Changeset 245


Ignore:
Timestamp:
05/03/06 14:31:12 (18 years ago)
Author:
nanardon
Message:
  • log config file used and the current path
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/soft/ObsData/ObsData.pm

    r238 r245  
    109109        $VERSION, 
    110110        $CVSID, 
     111    ); 
     112 
     113    my $path = `pwd`; 
     114    chomp($path); 
     115    $self->logging(0, "Using config file `%s' (%s)", 
     116        $self->{config}->GetFileName(), 
     117        $path, 
    111118    ); 
    112119     
Note: See TracChangeset for help on using the changeset viewer.