From de454aef598a9124142135ac1c8696a359baf3fe Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 23 May 2014 16:02:53 +0200 Subject: [PATCH] Tweak error message in @exec command --- bacula/src/console/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/console/console.c b/bacula/src/console/console.c index b1f147646e..d716e36265 100644 --- a/bacula/src/console/console.c +++ b/bacula/src/console/console.c @@ -1450,7 +1450,7 @@ static int execcmd(FILE *input, BSOCK *UA_sock) if (stat != 0) { berrno be; be.set_errno(stat); - senditf(_("Autochanger error: ERR=%s\n"), be.bstrerror()); + senditf(_("@exec error: ERR=%s\n"), be.bstrerror()); } return 1; } -- 2.39.5