Changeset 536 for trunk/src/ocatlog.c


Ignore:
Timestamp:
01/06/10 13:08:22 (2 years ago)
Author:
eagle
Message:
  • separate name for connect log and pid file for OC/GC.
  • mode detection (OC/GC) improved
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ocatlog.c

    r499 r536  
    2323 
    2424#include "ocat.h" 
     25#include "ocat_netdesc.h" 
    2526 
    2627#define TIMESTRLEN 64 
     
    6869 
    6970   strlcat(buf, "/", CBUFLEN); 
    70    strlcat(buf, OCAT_CONNECT_LOG, CBUFLEN); 
     71   strlcat(buf, NDESC(clog_file), CBUFLEN); 
    7172 
    7273   log_debug("opening connect log \"%s\"", buf); 
Note: See TracChangeset for help on using the changeset viewer.