Ignore:
Timestamp:
03/04/11 16:10:49 (13 years ago)
Author:
mmamonski
Message:

DRMAA utils - keep conf in PREFIX/etc, log_info all communication with Torque, do not log_error on timout and vector operations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_drmaa/session.c

    r9 r10  
    121121 
    122122                self->pbs_conn = pbs_connect( self->super.contact ); 
    123                 fsd_log_debug(( "pbs_connect(%s) =%d", self->super.contact, 
     123                fsd_log_info(( "pbs_connect(%s) =%d", self->super.contact, 
    124124                                        self->pbs_conn )); 
    125125                if( self->pbs_conn < 0 ) 
Note: See TracChangeset for help on using the changeset viewer.