Changed error message not to refer to kdb_util
authorTheodore Tso <tytso@mit.edu>
Thu, 10 Jan 1991 22:54:00 +0000 (22:54 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 10 Jan 1991 22:54:00 +0000 (22:54 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1627 dc483132-0cff-0310-8789-dd5450dbe970

src/admin/edit/dump.c

index 0f1b1ea72bfda7d7d2b69e32845b547b74f99a14..35f21e61042640ec372b4193d8651517f2c4e9a3 100644 (file)
@@ -126,7 +126,7 @@ void update_ok_file (file_name)
 
     if ((file_ok = (char *)malloc(strlen(file_name) + strlen(ok) + 1))
        == NULL) {
-       fprintf(stderr, "kdb_util: out of memory.\n");
+       fprintf(stderr, "%s: out of memory.\n", progname);
        (void) fflush (stderr);
        perror ("malloc");
        exit (1);