Quiet warning about unhandled property for now

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3867 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2008-07-28 14:04:31 +00:00
parent a8c14b1d38
commit 291019fb79

View file

@ -297,9 +297,11 @@ handle_property_changed (gpointer key, gpointer data, gpointer user_data)
}
}
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: