From kde-commits Sun Jul 09 09:30:58 2006 From: Stephan Kulow Date: Sun, 09 Jul 2006 09:30:58 +0000 To: kde-commits Subject: icecream/services Message-Id: <1152437458.066789.19202.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=115243747308668 SVN commit 560099 by coolo: this closes automatically M +2 -2 logging.cpp --- trunk/icecream/services/logging.cpp #560098:560099 @@ -31,8 +31,8 @@ ostream *logfile_info = 0; ostream *logfile_warning = 0; ostream *logfile_error = 0; -ofstream logfile_null( "/dev/null" ); -ofstream logfile_file; +static ofstream logfile_null( "/dev/null" ); +static ofstream logfile_file; static string logfile_filename; void reset_debug( int );