backend? no
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Fri, 10 Aug 2007 14:08:42 +0000 (14:08 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Fri, 10 Aug 2007 14:08:42 +0000 (14:08 +0000)
zypp/Locks.cc

index 3846762..73dceb8 100644 (file)
@@ -189,7 +189,7 @@ struct AddLockToPool
     catch (regex_error & e)
     {
       ERR << "locks: " << regstr << " is not a valid regular expression: \"" << e.msg() << "\"" << endl;
-      ERR << "This is a bug, please file a bug report against libzypp-zmd-backend" << endl;
+      ERR << "This is a bug, please file a bug report against libzypp" << endl;
       // ignore this lock and continue
       return true;;
     }