IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2007, 2:56:31 PM (19 years ago)
Author:
jhoblitt
Message:

add whitespace to a trace

File:
1 edited

Legend:

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

    r14761 r15269  
    2323 * 4.1.2 or newer is required.
    2424 *
    25  * $Id: psDB.c,v 1.146 2007-09-05 23:20:04 jhoblitt Exp $
     25 * $Id: psDB.c,v 1.147 2007-10-10 00:56:31 jhoblitt Exp $
    2626 */
    2727
     
    12251225        if (psTraceGetLevel("psLib.db") >= PS_LOG_INFO) {
    12261226            psString rowString = psMetadataConfigFormat(md);
    1227             psTrace("psLib.db", PS_LOG_INFO, "adding row to result set: %s", rowString);
     1227            psTrace("psLib.db", PS_LOG_INFO, "adding row to result set:\n %s", rowString);
    12281228            psFree(rowString);
    12291229        }
Note: See TracChangeset for help on using the changeset viewer.