Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mx_log: Fix typo "ALERT"
  • Loading branch information
mariux committed Oct 26, 2015
1 parent b57816c commit 3791164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mx_log.c
Expand Up @@ -109,7 +109,7 @@ static int log_log(int level, int loglevel, char *file, unsigned long line, cons
prefix = "EMERGENCY: ";
break;
case MX_LOG_ALERT:
prefix = "AKERT: ";
prefix = "ALERT: ";
break;
case MX_LOG_CRIT:
prefix = "CRITCAL ERROR: ";
Expand Down

0 comments on commit 3791164

Please sign in to comment.