Update of /cvsroot/openinteract/OpenInteract2/pkg/base_box/OpenInteract2/Action
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18359/OpenInteract2/Action
Modified Files:
Box.pm
Log Message:
$log -> $log_init
Index: Box.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_box/OpenInteract2/Action/Box.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Box.pm 29 Mar 2005 05:07:35 -0000 1.14
--- Box.pm 30 Mar 2005 02:56:07 -0000 1.15
***************
*** 50,54 ****
oi_error "Failed to bring in box implementation class $_: $@";
}
! $log->info( "Brought in box implementation class '$_' ok" );
}
}
--- 50,54 ----
oi_error "Failed to bring in box implementation class $_: $@";
}
! $log_init->info( "Brought in box implementation class '$_' ok" );
}
}
|