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:
Rüdiger Timm 2008-06-06 10:54:11 +00:00
parent 2fe23c340b
commit 17c0473c98

View file

@ -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 =();