]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/askdir.c
Remove FI sanity check code that does not apply after a VirtualFull
[bacula/bacula] / bacula / src / stored / askdir.c
index 6bbc127937f0a02837fb1e787e07d818d9793752..5f17c78b8a48e74f1eebd42cfca040633275131e 100644 (file)
@@ -380,6 +380,8 @@ bool dir_update_volume_info(DCR *dcr, bool label, bool update_LastWritten)
    ok = true;
 
 bail_out:
+   /* ***FIXME*** remove for production */
+   sm_check(__FILE__, __LINE__, true);
    V(vol_info_mutex);
    return ok;
 }
@@ -517,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"),