Thread: PATCH: wxLogInfo() in wxWidgets 3.0

PATCH: wxLogInfo() in wxWidgets 3.0

From
"J.F. Oster"
Date:
Hello!

I've noticed that pgAdmin built with wxWidgets 3.0 stopped logging
INFO messages. wxLogInfo() became alias for wxLogVerbose() which is
sensitive to the wxLog::ms_bVerbose flag.
Attached patch fixes the issue.

--
Best regards,
 J.F.

Attachment

Re: PATCH: wxLogInfo() in wxWidgets 3.0

From
Dave Page
Date:
Thanks, applied.

On Sun, Jun 29, 2014 at 8:06 PM, J.F. Oster <jinfroster@mail.ru> wrote:
> Hello!
>
> I've noticed that pgAdmin built with wxWidgets 3.0 stopped logging
> INFO messages. wxLogInfo() became alias for wxLogVerbose() which is
> sensitive to the wxLog::ms_bVerbose flag.
> Attached patch fixes the issue.
>
> --
> Best regards,
>  J.F.
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company