Changeset 20


Ignore:
Timestamp:
06/01/11 23:24:30 (13 years ago)
Author:
mmamonski
Message:

minor log fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_drmaa/log_reader.c

    r19 r20  
    417417                                                         } 
    418418                                                        struct_state.value = fsd_strdup("C");   /* we got exit_status so we say that it has completed */ 
    419                                                         fsd_log_info(("WT - job %s found as finished on %u", self->name, (unsigned int)time(NULL))); 
     419                                                        fsd_log_info(("WT - job %s found as finished on %u", temp_job->job_id, (unsigned int)time(NULL))); 
    420420                                                }                                                
    421421                                                  
Note: See TracChangeset for help on using the changeset viewer.