summaryrefslogtreecommitdiffstats
path: root/src/openlmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/openlmi.c')
-rw-r--r--src/openlmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openlmi.c b/src/openlmi.c
index c6d808e..3b46f8d 100644
--- a/src/openlmi.c
+++ b/src/openlmi.c
@@ -115,7 +115,7 @@ void lmi_set_log_level(int level)
void _lmi_debug(int level, const char *file, int line, const char *format, ...)
{
- const char *lvl[] = { "NONE", "ERROR", "INFO", "WARNING", "DEBUG" };
+ const char *lvl[] = { "NONE", "ERROR", "WARNING", "INFO", "DEBUG" };
if (level > 4) {
level = 4;
}