[Asterisk-cvs] asterisk/apps app_queue.c,1.104,1.105

markster at lists.digium.com markster at lists.digium.com
Sun Dec 26 06:13:26 CST 2004


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv30113/apps

Modified Files:
	app_queue.c 
Log Message:
Fix CLI to report "N/A" when appropriate for time, chan_features updates, ALSA and OSS codec fixes (bug #3145)


Index: app_queue.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_queue.c,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- app_queue.c	20 Dec 2004 16:20:38 -0000	1.104
+++ app_queue.c	26 Dec 2004 11:08:34 -0000	1.105
@@ -338,7 +338,7 @@
 		*loc = '\0';
 		loc++;
 	} else {
-		ast_log(LOG_WARNING, "Can't change device with no technology!\n");
+		ast_log(LOG_WARNING, "Can't change device '%s' with no technology!\n", sc->dev);
 		free(sc);
 		return NULL;
 	}




More information about the svn-commits mailing list