From: Kern Sibbald Date: Mon, 19 Feb 2007 17:18:58 +0000 (+0000) Subject: Fix line I accidently truncated X-Git-Tag: Release-2.2.0~1017 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=984c0ea99c21a1e688312c0a382eb3ba7d522a1c;p=bacula%2Fbacula Fix line I accidently truncated git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4209 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/dird/ua_cmds.c b/bacula/src/dird/ua_cmds.c index 79bb548bf4..9dadde3dba 100644 --- a/bacula/src/dird/ua_cmds.c +++ b/bacula/src/dird/ua_cmds.c @@ -545,7 +545,7 @@ bool set_pooldbr_recyclepoolid(JCR *jcr, B_DB *db, POOL_DBR *pr, POOL *pool) pr->RecyclePoolId = rpool.PoolId; } else { Jmsg(jcr, M_WARNING, 0, - _("Can't set %s RecyclePool to %s, %s is not in database, try to upda + _("Can't set %s RecyclePool to %s, %s is not in database, try to update it with 'update pool=%s'\n"),pool->name(),rpool.Name, rpool.Name,pool->name()); ret = false; }