From 984c0ea99c21a1e688312c0a382eb3ba7d522a1c Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 19 Feb 2007 17:18:58 +0000 Subject: [PATCH] Fix line I accidently truncated git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4209 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/dird/ua_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5