Thread: SVN Commit by dpage: r7214 - in trunk/pgadmin3: . pgadmin/db pgadmin/frm pgadmin/include/db pgadmin/include/utils pgadmin/utils

Author: dpage

Date: 2008-04-04 13:27:48 +0100 (Fri, 04 Apr 2008)

New Revision: 7214

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7214&view=rev

Log:
Fix the logging system to ensure that errors from the
query tool get logged, and notices are only output once.
Cleanup some other minor misbehaviours at the same time.
Per report from Erwin.


Modified:
   trunk/pgadmin3/CHANGELOG
   trunk/pgadmin3/pgadmin/db/pgConn.cpp
   trunk/pgadmin3/pgadmin/db/pgQueryThread.cpp
   trunk/pgadmin3/pgadmin/frm/frmQuery.cpp
   trunk/pgadmin3/pgadmin/include/db/pgConn.h
   trunk/pgadmin3/pgadmin/include/utils/sysLogger.h
   trunk/pgadmin3/pgadmin/utils/sysLogger.cpp