Skip to content

Commit

Permalink
Make LOG_LEVEL_INFO the default so that something is printed.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Apr 13, 2016
1 parent 11eee85 commit e13b24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldmping/ldmping.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ char *av[] ;
h_clnt stats[MAX_REMOTES + 1] ;
h_clnt *sp ;
unsigned port = 0;
unsigned logmask = LOG_UPTO(LOG_LEVEL_NOTICE);

/*
* initialize logger
*/
(void)log_init(av[0]);
log_set_level(LOG_LEVEL_INFO);

if(isatty(fileno(stderr)))
{
Expand Down

0 comments on commit e13b24b

Please sign in to comment.