network-manager-applet r519 - branches/network-manager-applet-0-6/src
- From: dcbw svn gnome org
- To: svn-commits-list gnome org
- Subject: network-manager-applet r519 - branches/network-manager-applet-0-6/src
- Date: Tue, 12 Feb 2008 00:05:37 +0000 (GMT)
Author: dcbw
Date: Tue Feb 12 00:05:36 2008
New Revision: 519
URL: http://svn.gnome.org/viewvc/network-manager-applet?rev=519&view=rev
Log:
Remove unneeded newlines
Modified:
branches/network-manager-applet-0-6/src/applet-dbus-devices.c
Modified: branches/network-manager-applet-0-6/src/applet-dbus-devices.c
==============================================================================
--- branches/network-manager-applet-0-6/src/applet-dbus-devices.c (original)
+++ branches/network-manager-applet-0-6/src/applet-dbus-devices.c Tue Feb 12 00:05:36 2008
@@ -1294,7 +1294,7 @@
{
const char *dev_path = network_device_get_nm_path (dev);
- nm_info ("Forcing device '%s'\n", dev_path);
+ nm_info ("Forcing device '%s'", dev_path);
dbus_message_append_args (message, DBUS_TYPE_OBJECT_PATH, &dev_path, DBUS_TYPE_INVALID);
@@ -1309,7 +1309,7 @@
dbus_message_unref (message);
}
else
- nm_warning ("Couldn't allocate the dbus message\n");
+ nm_warning ("Couldn't allocate the dbus message");
}
@@ -1330,7 +1330,7 @@
{
const char *dev_path = network_device_get_nm_path (dev);
- nm_info ("Forcing device '%s'\n", dev_path);
+ nm_info ("Forcing device '%s'", dev_path);
dbus_message_append_args (message, DBUS_TYPE_OBJECT_PATH, &dev_path, DBUS_TYPE_INVALID);
@@ -1349,7 +1349,7 @@
dbus_message_unref (message);
}
else
- nm_warning ("Couldn't allocate the dbus message\n");
+ nm_warning ("Couldn't allocate the dbus message");
}
@@ -1376,18 +1376,18 @@
if ((dev_path = network_device_get_nm_path (dev)))
{
- nm_info ("Creating network '%s' on device '%s'.\n", essid, dev_path);
+ nm_info ("Creating network '%s' on device '%s'.", essid, dev_path);
dbus_message_append_args (message, DBUS_TYPE_OBJECT_PATH, &dev_path,
DBUS_TYPE_STRING, &essid,
DBUS_TYPE_INVALID);
wso_append_dbus_params (opt, essid, message);
dbus_connection_send (connection, message, NULL);
} else
- nm_warning ("Could not get the device path!\n");
+ nm_warning ("Could not get the device path!");
dbus_message_unref (message);
}
else
- nm_warning ("Couldn't allocate the dbus message\n");
+ nm_warning ("Couldn't allocate the dbus message");
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]