Changeset 60
- Timestamp:
- 01/08/12 22:11:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pbs_drmaa/log_reader.c
r59 r60 574 574 self->first_open = false; 575 575 } 576 else if (old_log_path && strcmp(old_log_path, self->log_path) )576 else if (old_log_path && strcmp(old_log_path, self->log_path) == 0) 577 577 { 578 fsd_log_info(("PBS restarted. Seeking log file %u", (uns gined int)self->current_offset));578 fsd_log_info(("PBS restarted. Seeking log file %u", (unsigned int)self->current_offset)); 579 579 if(fseek(self->fhandle, self->current_offset, SEEK_SET) == (off_t) -1) 580 580 {
Note: See TracChangeset
for help on using the changeset viewer.