Skip to content

Commit 1cda432

Browse files
isak-jakobssonjohan-hultberg-work
authored andcommitted
hello-world: Fix possible log options
1 parent 4c3b0ac commit 1cda432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello-world/app/hello_world.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ int main(void) {
3434
/* Open the syslog to report messages for "hello_world" */
3535
openlog("hello_world", LOG_PID | LOG_CONS, LOG_USER);
3636

37-
/* Choose between { LOG_INFO, LOG_CRIT, LOG_WARN, LOG_ERR }*/
37+
/* Choose between { LOG_INFO, LOG_CRIT, LOG_WARNING, LOG_ERR }*/
3838
syslog(LOG_INFO, "Hello World!");
3939
}

0 commit comments

Comments
 (0)