diff options
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/acquire-worker.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/acquire-worker.cc b/apt-pkg/acquire-worker.cc index c9f0e7f6e..f901847f7 100644 --- a/apt-pkg/acquire-worker.cc +++ b/apt-pkg/acquire-worker.cc @@ -279,7 +279,7 @@ bool pkgAcquire::Worker::RunMessages() } // 104 Warning case 104: - _error->Warning("%s: %s", Itm->URI.c_str(), LookupTag(Message,"Message").c_str()); + _error->Warning("%s: %s", Itm->Owner->DescURI().c_str(), LookupTag(Message,"Message").c_str()); break; // 200 URI Start |