mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 23:00:07 +01:00
iface-helper: use different syslog-identfier for nm-iface-helper
This commit is contained in:
parent
fd12aa1b20
commit
2b728c7dda
1 changed files with 1 additions and 0 deletions
|
|
@ -366,6 +366,7 @@ main (int argc, char *argv[])
|
|||
if (!do_early_setup (&argc, &argv))
|
||||
return 1;
|
||||
|
||||
nm_logging_set_syslog_identifier ("nm-iface-helper");
|
||||
nm_logging_set_prefix ("%s[%ld] (%s): ",
|
||||
_NMLOG_PREFIX_NAME,
|
||||
(long) getpid (),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue