Index: trunk/psLib/src/db/psDB.c
===================================================================
--- trunk/psLib/src/db/psDB.c	(revision 11668)
+++ trunk/psLib/src/db/psDB.c	(revision 11686)
@@ -12,6 +12,6 @@
  *  @author Joshua Hoblitt
  *
- *  @version $Revision: 1.134 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-02-06 21:36:09 $
+ *  @version $Revision: 1.135 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-02-07 23:52:53 $
  *
  *  Copyright (C) 2005-2006  Joshua Hoblitt, University of Hawaii
@@ -141,5 +141,5 @@
     mysql = mysql_init(NULL);
     if (!mysql) {
-        psAbort(__func__, "mysql_init(), out of memory.");
+        psAbort("mysql_init(), out of memory.");
     }
 
@@ -856,5 +856,5 @@
     MYSQL_STMT *stmt = mysql_stmt_init(dbh->mysql);
     if (!stmt) {
-        psAbort(__func__, "mysql_stmt_init(), out of memory.");
+        psAbort("mysql_stmt_init(), out of memory.");
     }
     if (mysql_stmt_prepare(stmt, query, (unsigned long)strlen(query))) {
