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:
Robert Love
2005-10-27 20:08:23 +00:00
committed by Robert Love
parent efcb11e9c8
commit 96834afcc2
2 changed files with 5 additions and 1 deletions

View File

@@ -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;