Remove debug printf.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2696 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-01 16:36:09 +00:00
parent 69e6559858
commit 2b2daa8324

View File

@@ -220,7 +220,6 @@ krb5_openlog(krb5_context context,
"logging", "logging",
logname, logname,
NULL)){ NULL)){
fprintf(stderr, "%s\n", p);
if(strcmp(p, "STDERR") == 0){ if(strcmp(p, "STDERR") == 0){
struct facility *fp = log_realloc(f); struct facility *fp = log_realloc(f);
open_file(fp, NULL, NULL, stderr, 1); open_file(fp, NULL, NULL, stderr, 1);