Changeset 54


Ignore:
Timestamp:
11/25/05 06:54:05 (19 years ago)
Author:
thauvin
Message:
  • remove caller from callback, it show the wrong line
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/soft/ObsData/bin/obsdata

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r47 r54  
    2020    verbose => $debug ? 0 : undef, 
    2121    logcallback => sub { 
    22         my @call = caller; 
    23         printf("%d %s\n\t%s : %d\n", $_[0], $_[1], $call[1], $call[2]); 
     22        printf("%d %s\n", $_[0], $_[1]); 
    2423    }, 
    2524) or die "Can't create obsdata obj"; 
Note: See TracChangeset for help on using the changeset viewer.