From 40f95f85e257a2b0e4384e81712fa581e69e77e2 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 10 Dec 2009 12:33:46 +0100 Subject: [PATCH] Tweak waiting messages --- bacula/src/stored/askdir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/src/stored/askdir.c b/bacula/src/stored/askdir.c index 3bf2d9cee9..5f17c78b8a 100644 --- a/bacula/src/stored/askdir.c +++ b/bacula/src/stored/askdir.c @@ -519,8 +519,8 @@ bool dir_ask_sysop_to_create_appendable_volume(DCR *dcr) } else { if (stat == W_TIMEOUT || stat == W_MOUNT) { Mmsg(dev->errmsg, _( -"Job %s waiting. Cannot find any appendable volumes.\n" -"Please use the \"label\" command to create a new Volume for:\n" +"Job %s is waiting. Cannot find any appendable volumes.\n" +"Please use the \"label\" command to create a new Volume for:\n" " Storage: %s\n" " Pool: %s\n" " Media type: %s\n"), -- 2.39.5