Re: [pgadmin-hackers] PATCH: wxLogInfo() in wxWidgets 3.0

2014-06-30 Thread Dave Page
Thanks, applied. On Sun, Jun 29, 2014 at 8:06 PM, J.F. Oster 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. >

[pgadmin-hackers] PATCH: wxLogInfo() in wxWidgets 3.0

2014-06-29 Thread J.F. Oster
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. 140629_logVerbose.patch Description: Binary data -- Se