]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl fix long message
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 20 Feb 2007 12:26:06 +0000 (12:26 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 20 Feb 2007 12:26:06 +0000 (12:26 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4218 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/ua_cmds.c

index 9dadde3dba07b5572eeed744588affecf16c0784..45ef40ef57709439d1e4e9494f8da7d585c9bd85 100644 (file)
@@ -545,7 +545,9 @@ 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 update it with 'update pool=%s'\n"),pool->name(),rpool.Name, rpool.Name,pool->name());
+        _("Can't set %s RecyclePool to %s, %s is not in database.\n" \
+          "Try to update it with 'update pool=%s'\n"),
+        pool->name(), rpool.Name, rpool.Name,pool->name());
 
         ret = false;
       }