mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 23:30:18 +01:00
2005-10-27 Robert Love <rml@novell.com>
* src/backends/NetworkManagerSuSE.c: fix warning message text git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1079 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
efcb11e9c8
commit
96834afcc2
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2005-10-27 Robert Love <rml@novell.com>
|
||||
|
||||
* src/backends/NetworkManagerSuSE.c: fix warning message text
|
||||
|
||||
2005-10-27 Christopher Aillon <caillon@redhat.com>
|
||||
|
||||
* gnome/applet/applet.c: Use the copyright symbol instead of (C)
|
||||
|
|
|
|||
|
|
@ -501,7 +501,7 @@ found:
|
|||
}
|
||||
else
|
||||
{
|
||||
nm_warning ("Network configuration for device '%s' was invalid (non-DHCP configuration, "
|
||||
nm_warning ("Network configuration for device '%s' was invalid: Non-DHCP configuration, "
|
||||
"but no IP address specified. Will use DHCP instead.", nm_device_get_iface (dev));
|
||||
error = TRUE;
|
||||
goto out;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue