]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/jcr.c
Remove delete of CVS files
[bacula/bacula] / bacula / src / lib / jcr.c
index c2d456b7221871b565351a1fb95e8e235cf31a1a..fbb1356ac840a640c49eb8ab0e4ef6087e7e11fe 100755 (executable)
@@ -27,7 +27,7 @@
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
-   version 2 as ammended with additional clauses defined in the
+   version 2 as amended with additional clauses defined in the
    file LICENSE in the main source directory.
 
    This program is distributed in the hope that it will be useful,
@@ -274,7 +274,7 @@ static void remove_jcr(JCR *jcr)
 {
    Dmsg0(3400, "Enter remove_jcr\n");
    if (!jcr) {
-      Emsg0(M_ABORT, 0, "NULL jcr.\n");
+      Emsg0(M_ABORT, 0, _("NULL jcr.\n"));
    }
    jcrs->remove(jcr);
    Dmsg0(3400, "Leave remove_jcr\n");