]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/status.c
Merge branch 'master' into readline-bconsole-restore
[bacula/bacula] / bacula / src / stored / status.c
index 208a042c25febbdaa100240e5498d94826b8dae9..11939fb247c99b873501a2505ac0436c81283488 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2003-2008 Free Software Foundation Europe e.V.
+   Copyright (C) 2003-2009 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -549,6 +549,9 @@ static void list_terminated_jobs(STATUS_PKT *sp)
       case JS_Terminated:
          termstat = _("OK");
          break;
+      case JS_Warnings:
+         termstat = _("OK -- with warnings");
+         break;
       default:
          termstat = _("Other");
          break;