~ubuntu-branches/debian/squeeze/pgadmin3/squeeze

« back to all changes in this revision

Viewing changes to pgadmin/include/utils/sysLogger.h

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2010-03-13 22:03:30 UTC
  • mfrom: (1.1.8 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20100313220330-nqj2ix242cl2z8um
Tags: 1.10.2-1
* New upstream bugfix release.
* Fix typo: s/informations/information/g in debian/*.
* Explicitly call set -e and don't hand -e on the hashbang line.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//////////////////////////////////////////////////////////////////////////
2
2
//
3
3
// pgAdmin III - PostgreSQL Tools
4
 
// RCS-ID:      $Id: sysLogger.h 7758 2009-03-26 20:49:59Z dpage $
5
 
// Copyright (C) 2002 - 2009, The pgAdmin Development Team
6
 
// This software is released under the BSD Licence
 
4
// RCS-ID:      $Id: sysLogger.h 8187 2010-02-25 21:54:35Z dpage $
 
5
// Copyright (C) 2002 - 2010, The pgAdmin Development Team
 
6
// This software is released under the PostgreSQL Licence
7
7
//
8
8
// sysLogger.h - Log handling class
9
9
//