print error messages to stderr; change all in-string quoting to use "
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14021 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -111,7 +111,7 @@ stash(struct stash_options *opt, int argc, char **argv)
|
||||
ret = errno;
|
||||
goto out;
|
||||
}
|
||||
krb5_warnx(context, "writing key to `%s'", opt->key_file_string);
|
||||
krb5_warnx(context, "writing key to \"%s\"", opt->key_file_string);
|
||||
ret = hdb_write_master_key(context, new, mkey);
|
||||
if(ret)
|
||||
unlink(new);
|
||||
|
||||
Reference in New Issue
Block a user