Skip to content

Commit

Permalink
Update example.c
Browse files Browse the repository at this point in the history
  • Loading branch information
kala13x committed Apr 2, 2015
1 parent d35e88c commit cf71202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ int main(int argc, char *argv[])
slog(0, "[LIVE] Test message with int argument: %d", int_arg);

/* Test log with higher level than log max value
* This will never be printed while log level argument is lover than max log level */
* This will never be printed while log level argument is higher than max log level */
slog(4, "[LIVE] Test log with higher level than log max value");

return 0;
Expand Down

0 comments on commit cf71202

Please sign in to comment.