[reSIProcate] Compiler error (on Windows) in rutil Logging

Scott Godin sgodin at sipspectrum.com
Mon Sep 1 09:28:11 CDT 2014


Fixed - thanks Dario!


On Mon, Sep 1, 2014 at 5:51 AM, Dario Bozzali <Dario.Bozzali at ifmgroup.it>
wrote:

>  Hi all,
>
> I updated my Resiprocate repository using latest revision (11223) and I
> encountered a compiler error in Log.cxx, line 253, using Visual C++ 200.
>
> I think that we should set mSyslogFacility to LOG_DAEMON (default value)
> instead of LOG_DEBUG (undefined under WIN32).
>
>
>
> --- Log.cxx          (revision 11223)
>
> +++ Log.cxx        (working copy)
>
> @@ -250,7 +250,7 @@
>
>        mSyslogFacility = parseSyslogFacilityName(syslogFacilityName);
>
>        if(mSyslogFacility == -1)
>
>        {
>
> -         mSyslogFacility = LOG_DEBUG;
>
> +         mSyslogFacility = LOG_DAEMON;
>
>        }
>
>     }
>
>
>
> Best regards,
>
> Dario.
>
>
>
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel at resiprocate.org
> https://list.resiprocate.org/mailman/listinfo/resiprocate-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20140901/492d20ee/attachment.htm>


More information about the resiprocate-devel mailing list