NetworkManager/src/dhcp-manager/systemd-dhcp
Thomas Haller ca399f00c4 logging: pass file:line as separate arguments to _nm_log()
Previously, we would only pass one argument @loc to _nm_log()
which was set to G_STRLOC.
That has the disadvantage, that for every logging line the binary
contains an individual string __FILE__:__LINE__.

By splitting up @loc into @file and @line, we reduce the number
of strings in the NetworkManager binary by about 50k.

https://bugzilla.gnome.org/show_bug.cgi?id=741651
(cherry picked from commit e62aa4165f)
2014-12-18 17:38:35 +01:00
..
src dhcp: fix systemd-dhcp's writing of routes in lease file 2014-11-19 12:03:03 -05:00
nm-sd-adapt.c dhcp: re-fix system-dhcp code after re-import 2014-11-19 12:02:12 -05:00
nm-sd-adapt.h logging: pass file:line as separate arguments to _nm_log() 2014-12-18 17:38:35 +01:00