phonemgr r275 - in trunk: . libgsm
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: phonemgr r275 - in trunk: . libgsm
- Date: Fri, 7 Mar 2008 18:42:36 +0000 (GMT)
Author: hadess
Date: Fri Mar 7 18:42:36 2008
New Revision: 275
URL: http://svn.gnome.org/viewvc/phonemgr?rev=275&view=rev
Log:
2008-03-07 Bastien Nocera <hadess hadess net>
* libgsm/phonemgr-utils.c (phonemgr_utils_get_serial_channel),
(phonemgr_utils_get_gnapplet_channel): Add debug for which
channel ends up being selected
Modified:
trunk/ChangeLog
trunk/libgsm/phonemgr-utils.c
Modified: trunk/libgsm/phonemgr-utils.c
==============================================================================
--- trunk/libgsm/phonemgr-utils.c (original)
+++ trunk/libgsm/phonemgr-utils.c Fri Mar 7 18:42:36 2008
@@ -230,6 +230,8 @@
if (channel < 0)
channel = find_service_channel (&src, &dst, FALSE, DIALUP_NET_SVCLASS_ID);
+ g_message ("Using serial channel %d for device %s", channel, device);
+
return channel;
}
@@ -248,6 +250,8 @@
channel = find_service_channel (&src, &dst, TRUE, SERIAL_PORT_SVCLASS_ID);
+ g_message ("Using gnapplet channel %d for %s", channel, device);
+
return channel;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]