From: Michael Schroeder Date: Tue, 1 Apr 2014 14:34:38 +0000 (+0200) Subject: fix pool_job2str message for lock ;) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e1534af64cb31e9261d8fc556a05c3c76e8dcd7;p=thirdparty%2Flibsolv.git fix pool_job2str message for lock ;) --- diff --git a/src/solver.c b/src/solver.c index 7dd6f805..f5919cac 100644 --- a/src/solver.c +++ b/src/solver.c @@ -4321,7 +4321,7 @@ pool_job2str(Pool *pool, Id how, Id what, Id flagmask) strstart = "multi version "; break; case SOLVER_LOCK: - strstart = "update "; + strstart = "lock "; break; case SOLVER_DISTUPGRADE: strstart = "dist upgrade ";