NetworkManager r3867 - trunk/libnm-glib



Author: dcbw
Date: Mon Jul 28 14:04:31 2008
New Revision: 3867
URL: http://svn.gnome.org/viewvc/NetworkManager?rev=3867&view=rev

Log:
Quiet warning about unhandled property for now

Modified:
   trunk/libnm-glib/nm-object.c

Modified: trunk/libnm-glib/nm-object.c
==============================================================================
--- trunk/libnm-glib/nm-object.c	(original)
+++ trunk/libnm-glib/nm-object.c	Mon Jul 28 14:04:31 2008
@@ -297,9 +297,11 @@
 		}
 	}
 
-	if (!found)
+	if (!found) {
+#if DEBUG
 		g_warning ("Property '%s' unhandled.", prop_name);
-	else if (!success)
+#endif
+	} else if (!success)
 		g_warning ("Property '%s' could not be set due to errors.", prop_name);
 
 out:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]