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

Sean Bright sean.bright at gmail.com
Thu Apr 12 13:40:06 MST 2007


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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-dev/attachments/20070412/96d2f089/attachment.htm


More information about the asterisk-dev mailing list