cifs.upcall: don't syslog usage message
authorJeff Layton <jlayton@samba.org>
Tue, 24 May 2011 18:50:00 +0000 (14:50 -0400)
committerJeff Layton <jlayton@samba.org>
Tue, 24 May 2011 18:50:00 +0000 (14:50 -0400)
Signed-off-by: Jeff Layton <jlayton@samba.org>
cifs.upcall.c

index 479517cc2704da55622684eba8cc1007512e3f03..de92092624fdf726efce691080ab2859581f0685 100644 (file)
@@ -749,7 +749,6 @@ static int ip_to_fqdn(const char *addrstr, char *host, size_t hostlen)
 
 static void usage(void)
 {
-       syslog(LOG_INFO, "Usage: %s [-t] [-v] [-l] key_serial", prog);
        fprintf(stderr, "Usage: %s [-t] [-v] [-l] key_serial\n", prog);
 }