INTEGRATION: CWS shutup2 (1.60.8); FILE MERGED
2008/05/21 14:47:57 rt 1.60.8.1: Use installer::logger::print_message instead of print
This commit is contained in:
parent
2fe23c340b
commit
17c0473c98
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
# $RCSfile: worker.pm,v $
|
||||
#
|
||||
# $Revision: 1.60 $
|
||||
# $Revision: 1.61 $
|
||||
#
|
||||
# This file is part of OpenOffice.org.
|
||||
#
|
||||
|
@ -2311,7 +2311,7 @@ sub collect_all_files_from_includepathes
|
|||
my ($patharrayref) = @_;
|
||||
|
||||
installer::logger::globallog("Reading all directories: Start");
|
||||
print "... reading include pathes ...\n";
|
||||
installer::logger::print_message( "... reading include pathes ...\n" );
|
||||
# empty the global
|
||||
|
||||
@installer::globals::allincludepathes =();
|
||||
|
|
Loading…
Reference in a new issue