[asterisk-dev] Re: [asterisk-commits] murf: branch group/mime r61634 - /team/group/mime/main/minimime/mimeparser.yy.c

Jason Parker jparker at digium.com
Thu Apr 12 14:16:40 MST 2007


On the other side of the coin, we could have a new log level of LOG_EXCITED, which replaces all instances of "." with "!". :) 

----- Original Message ----- 
From: "Sean Bright" <sean.bright at gmail.com> 
To: asterisk-dev at lists.digium.com 
Sent: Thursday, April 12, 2007 3:40:06 PM (GMT-0600) America/Chicago 
Subject: [asterisk-dev] Re: [asterisk-commits] murf: branch group/mime r61634 - /team/group/mime/main/minimime/mimeparser.yy.c 

Just curious... if I submitted a patch that removed all exclamation marks from log messages, would it get accepted? :-) 


On 4/12/07, asterisk-commits at lists.digium.com < asterisk-commits at lists.digium.com > wrote: 

Author: murf 
Date: Thu Apr 12 15:29:14 2007 
New Revision: 61634 

URL: http://svn.digium.com/view/asterisk?view=rev&rev=61634 
Log: 
let's see if this generates better messages 

Modified: 
team/group/mime/main/minimime/mimeparser.yy.c 

Modified: team/group/mime/main/minimime/mimeparser.yy.c 
URL: http://svn.digium.com/view/asterisk/team/group/mime/main/minimime/mimeparser.yy.c?view=diff&rev=61634&r1=61633&r2=61634 
============================================================================== 
--- team/group/mime/main/minimime/mimeparser.yy.c (original) 
+++ team/group/mime/main/minimime/mimeparser.yy.c Thu Apr 12 15:29:14 2007 
@@ -2632,13 +2632,13 @@ 
{ 
if (0) 
yy_fatal_error(msg,yyscanner); /* just to avoid a 'defined, but not used' message */ 
- printf("The parse is pretty much OVER!\n"); 
+ printf("The parse is pretty much OVER (2) [%s]!\n", msg); 
} 
void *yy_fatal_error3( char *msg , void *yyscanner) 
{ 
if (0) 
yy_fatal_error(msg,yyscanner); /* just to avoid a 'defined, but not used' message */ 
- printf("The parse is pretty much OVER!\n"); 
+ printf("The parse is pretty much OVER (3) [%s] !\n", msg); 
return NULL; 
} 


_______________________________________________ 
--Bandwidth and Colocation provided by Easynews.com -- 

asterisk-commits mailing list 
To UNSUBSCRIBE or update options visit: 
http://lists.digium.com/mailman/listinfo/asterisk-commits 



-- 
Jason Parker 
Digium 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-dev/attachments/20070412/86f3e1a8/attachment.htm


More information about the asterisk-dev mailing list