IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26970


Ignore:
Timestamp:
Feb 16, 2010, 5:57:07 PM (16 years ago)
Author:
watersc1
Message:

Fixed psTrace formats to reflect the actual queries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/difftool.c

    r26969 r26970  
    19051905    return(false);
    19061906  }
    1907   psTrace("difftool",1,query,stack2Query,diffQuery,stack1Query,stack1Query);
     1907  psTrace("difftool",1,query,stack2Query,stack1Query,diffQuery,stack1Query);
    19081908/*   exit(10); */
    19091909         
     
    19821982    psFree(thisWhere);
    19831983
    1984     psTrace("difftool",1, query,stack2Query,diffQuery,this_stack1Query,this_stack1Query);
     1984    psTrace("difftool",1, query,stack2Query,this_stack1Query,diffQuery,this_stack1Query);
    19851985    if (!psDBTransaction(config->dbh)) {
    19861986      psError(PS_ERR_UNKNOWN, false, "database error");
Note: See TracChangeset for help on using the changeset viewer.