diff logging.c @ 239:ec81395bf08d

Solve name collisions and other problems caused by including Windows headers
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Thu, 12 Feb 2015 19:13:55 +0100
parents 28a56e4c06a4
children eaac96094640
line wrap: on
line diff
--- a/logging.c	Thu Jan 29 18:40:07 2015 +0100
+++ b/logging.c	Thu Feb 12 19:13:55 2015 +0100
@@ -51,10 +51,10 @@
 void __logmessage(struct logger *l, enum loglevel level, const char *frmt, ...)
 {
 	static const char *levels[] = {
+		"ERROR",
 		"DEBUG",
 		"INFO",
 		"WARNING",
-		"ERROR",
 	};
 
 	char msg[1024];