networkmanager-0.8.2 keyfile syslog spam



Hello all


Can anyone point out to me why NetworkManager is spamming my syslog with
a really useless "updating: <connection-name>" message every 5 minutes?

Right now I just commented it out, but should this output be moved
somewhere more sensible?

 1 diff --git a/system-settings/plugins/keyfile/plugin.c
b/system-settings/plugins/keyfile/plugin.c
 2 index 27ae0a0..1e0f7af 100644
 3 --- a/system-settings/plugins/keyfile/plugin.c
 4 +++ b/system-settings/plugins/keyfile/plugin.c
 5 @@ -203,7 +203,7 @@ dir_changed (GFileMonitor *monitor,
 6         break;
 7     case G_FILE_MONITOR_EVENT_CREATED:
 8     case G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT:
 9 -       PLUGIN_PRINT (KEYFILE_PLUGIN_NAME, "updating %s", name);
10 +       /* PLUGIN_PRINT (KEYFILE_PLUGIN_NAME, "updating %s", name); */
11
12         if (connection) {
13             /* Update */

-- 
Leho Kraav, M.Sc.


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