2005-07-29 Ray Strode <rstrode@redhat.com>

* src/NetworkManager.c (nm_info_handler): don't use input as format
	string (Spotted by Ian Jackson).


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@815 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Ray Strode
2005-07-30 01:01:06 +00:00
parent 76ef803caf
commit f99d12e461
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2005-07-29 Ray Strode <rstrode@redhat.com>
* src/NetworkManager.c (nm_info_handler): don't use input as format
string (Spotted by Ian Jackson).
2005-07-27 Dan Williams <dcbw@redhat.com> 2005-07-27 Dan Williams <dcbw@redhat.com>
* src/nm-dbus-nm.c * src/nm-dbus-nm.c

View File

@@ -729,7 +729,7 @@ nm_info_handler (const gchar *log_domain,
break; break;
} }
syslog (syslog_priority, message); syslog (syslog_priority, "%s", message);
} }
static void static void