]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/bscan.c
Clean up some SD message nos.
[bacula/bacula] / bacula / src / stored / bscan.c
index c185e03cca5b7d7f7e50b98a017216f710b53142..eb1068d542cf70990b561f9d0e61efef2fd09e80 100644 (file)
@@ -81,7 +81,6 @@ static char *db_name = "bacula";
 static char *db_user = "bacula";
 static char *db_password = "";
 static char *wd = NULL;
-static int verbose = 0;
 static int update_db = 0;
 static int update_vol_info = 0;
 static int list_records = 0;
@@ -972,8 +971,8 @@ static int update_job_record(B_DB *db, JOB_DBR *jr, SESSION_LABEL *elabel,
       case JS_ErrorTerminated:
          term_msg = _("*** Backup Error ***");
         break;
-      case JS_Cancelled:
-         term_msg = _("Backup Cancelled");
+      case JS_Canceled:
+         term_msg = _("Backup Canceled");
         break;
       default:
         term_msg = term_code;