]> git.sur5r.net Git - bacula/bacula/commitdiff
More changes
authorKern Sibbald <kern@sibbald.com>
Sat, 25 Oct 2003 19:45:41 +0000 (19:45 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 25 Oct 2003 19:45:41 +0000 (19:45 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@786 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/lib/util.c

index 7fc25c69c9027cce60b5057e8d423b497c80c684..30c5a39cd1ca7a76344658029f0644c228df7971 100644 (file)
@@ -268,7 +268,7 @@ char *job_level_to_str(int level)
       str = _("Verify Volume to Catalog");
       break;
    case L_VERIFY_DISK_TO_CATALOG:
-      str - _("Verify Disk to Catalog");
+      str = _("Verify Disk to Catalog");
       break;
    case L_VERIFY_DATA:
       str = _("Verify Data");