]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix line I accidently truncated
authorKern Sibbald <kern@sibbald.com>
Mon, 19 Feb 2007 17:18:58 +0000 (17:18 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 19 Feb 2007 17:18:58 +0000 (17:18 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4209 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/ua_cmds.c

index 79bb548bf4706a45795a42c4ae3a2cdae1b34151..9dadde3dba07b5572eeed744588affecf16c0784 100644 (file)
@@ -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;
       }