[pve-devel] r6043 - pve-cluster/trunk/data/src

svn-commits at proxmox.com svn-commits at proxmox.com
Mon May 30 12:31:24 CEST 2011


Author: dietmar
Date: 2011-05-30 12:31:24 +0200 (Mon, 30 May 2011)
New Revision: 6043

Modified:
   pve-cluster/trunk/data/src/logger.c
Log:


Modified: pve-cluster/trunk/data/src/logger.c
===================================================================
--- pve-cluster/trunk/data/src/logger.c	2011-05-30 10:27:35 UTC (rev 6042)
+++ pve-cluster/trunk/data/src/logger.c	2011-05-30 10:31:24 UTC (rev 6043)
@@ -180,7 +180,7 @@
 		if (count)
 			g_string_append_printf(str, ",\n");
 
-		g_string_append_printf(str, "{\"id\": %u, \"time\": %u, \"pri\": %d, \"tag\": \"%s\", "
+		g_string_append_printf(str, "{\"uid\": %u, \"time\": %u, \"pri\": %d, \"tag\": \"%s\", "
 				       "\"pid\": %u, \"node\": \"%s\", \"user\": \"%s\", "
 				       "\"msg\": \"%s\"}", cur->uid, cur->time, cur->priority, tag, 
 				       cur->pid, node, ident, msg);




More information about the pve-devel mailing list