Ignore:
Timestamp:
03/08/2007 00:29:31 (5 years ago)
Author:
chris
Message:

Convert most printf() and fprintf() calls to use logging framework
instead. (merges [1789])

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/general/test/bbackupd/testfiles/extcheck2.pl.in

    r675 r1790  
    44my $flags = $ARGV[0] or ""; 
    55 
    6 unless(open IN,"../../bin/bbackupquery/bbackupquery -q -c testfiles/bbackupd.conf -l testfiles/query4.log \"compare -ac$flags\" quit|") 
     6unless(open IN,"../../bin/bbackupquery/bbackupquery -q -c testfiles/bbackupd.conf -l testfiles/query4.log \"compare -ac$flags\" quit 2>&1 |") 
    77{ 
    88        print "Couldn't open compare utility\n"; 
Note: See TracChangeset for help on using the changeset viewer.