Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4702
Modified Files:
SQLInstall.pm
Log Message:
logging fix
Index: SQLInstall.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/SQLInstall.pm,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** SQLInstall.pm 10 Jun 2004 03:27:47 -0000 1.23
--- SQLInstall.pm 5 Dec 2004 20:46:56 -0000 1.24
***************
*** 348,352 ****
}
}
! $log->warn( "Data structure read from '$full_file': ", CTX->dump( $data_struct ) );
my $import_type = $data_struct->[0]->{import_type};
unless ( $import_type ) {
--- 348,354 ----
}
}
! $log->is_debug &&
! $log->debug( "Data structure read from '$full_file': ",
! CTX->dump( $data_struct ) );
my $import_type = $data_struct->[0]->{import_type};
unless ( $import_type ) {
|