]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/restore.c
kes Reduce bconsole help to fit in 80 columns
[bacula/bacula] / bacula / src / dird / restore.c
index d58556fc291b809320c7b7bf2f2174b2894a29e8..3e88b59941cfebf36ae9c2b8b22fcd44a569c015 100644 (file)
@@ -258,6 +258,9 @@ void restore_cleanup(JCR *jcr, int TermCode)
          term_msg = _("Restore OK");
       }
       break;
+   case JS_Warnings:
+         term_msg = _("Restore OK -- with warnings");
+         break;
    case JS_FatalError:
    case JS_ErrorTerminated:
       term_msg = _("*** Restore Error ***");