phonemgr r307 - in trunk: . libgsm



Author: hadess
Date: Mon Jun 16 21:53:41 2008
New Revision: 307
URL: http://svn.gnome.org/viewvc/phonemgr?rev=307&view=rev

Log:
2008-06-16  Bastien Nocera  <hadess hadess net>

	* libgsm/phonemgr-listener.c (phonemgr_listener_gnokii_func):
	Mention the operation as well



Modified:
   trunk/ChangeLog
   trunk/libgsm/phonemgr-listener.c

Modified: trunk/libgsm/phonemgr-listener.c
==============================================================================
--- trunk/libgsm/phonemgr-listener.c	(original)
+++ trunk/libgsm/phonemgr-listener.c	Mon Jun 16 21:53:41 2008
@@ -273,8 +273,8 @@
 
 	retval = gn_sm_functions(op, &l->phone_state->data, &l->phone_state->state);
 	if (retval == GN_ERR_NOTREADY) {
-		g_message ("Operation failed with error: %s",
-			   phonemgr_utils_gn_error_to_string (retval, NULL));
+		g_message ("Operation '%d' failed with error: %s",
+			   op, phonemgr_utils_gn_error_to_string (retval, NULL));
 		l->terminated = TRUE;
 		l->connected = FALSE;
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]