]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/util.c
Fix #1696 about an error when displaying "Base" level keyword.
[bacula/bacula] / bacula / src / lib / util.c
index 0625226b8cf330b6a82ffe224a8c3d73e0a015a5..be7aab7b135ed9adef65b8d43418b8ce76137f33 100644 (file)
@@ -421,6 +421,7 @@ const char *job_level_to_str(int level)
    switch (level) {
    case L_BASE:
       str = _("Base");
+      break;
    case L_FULL:
       str = _("Full");
       break;