Browse Source

konfd don't print syslog messages to stderr

git-svn-id: https://klish.googlecode.com/svn/trunk@378 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb
Serj Kalichev 13 years ago
parent
commit
c1a551ef8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/konfd.c

+ 1 - 1
bin/konfd.c

@@ -108,7 +108,7 @@ int main(int argc, char **argv)
 	sigset_t sig_set, sigpipe_set;
 
 	/* Initialize syslog */
-	openlog(argv[0], LOG_CONS | LOG_PERROR, LOG_DAEMON);
+	openlog(argv[0], LOG_CONS, LOG_DAEMON);
 
 	/* Parse command line options */
 	opts = opts_init();