]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
syslog, not printf
authorMarc Horowitz <marc@mit.edu>
Thu, 22 Oct 1998 21:21:55 +0000 (21:21 +0000)
committerMarc Horowitz <marc@mit.edu>
Thu, 22 Oct 1998 21:21:55 +0000 (21:21 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/marc-3des@10986 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/bsd/krlogind.c

index 2820decf36d678e51ab8d79e377d6a12b307baff..c4150b06b84eff933dac49b12cacbfa5b45e7ed2 100644 (file)
@@ -1465,8 +1465,7 @@ recvauth(valid_checksum)
 
        if (!similar) {
          do_inband = 1;
-         if (debug_port)
-             fprintf(stderr, "DEBUG: setting do_inband\n");
+         syslog(LOG_DEBUG, "setting do_inband");
        }
     }