IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2007, 11:17:34 AM (19 years ago)
Author:
jhoblitt
Message:

add a newline to SQL tracing statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/db/psDB.c

    r12170 r12223  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.137 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2007-03-02 02:30:21 $
     14 *  @version $Revision: 1.138 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2007-03-05 21:17:34 $
    1616 *
    1717 *  Copyright (C) 2005-2006  Joshua Hoblitt, University of Hawaii
     
    821821    va_end(ap);
    822822
    823     psTrace("psLib.db", PS_LOG_INFO, "Executing SQL: %s", query);
     823    psTrace("psLib.db", PS_LOG_INFO, "Executing SQL:\n%s", query);
    824824
    825825    if (mysql_real_query(dbh->mysql, query, (unsigned long)strlen(query)) !=0) {
     
    851851    va_end(ap);
    852852
    853     psTrace("psLib.db", PS_LOG_INFO, "Executing SQL: %s", query);
     853    psTrace("psLib.db", PS_LOG_INFO, "Executing SQL:\n%s", query);
    854854
    855855    // Prepare SQL statement
Note: See TracChangeset for help on using the changeset viewer.