Project

General

Profile

Revision 426

logging stuff no longer occurs by default in server

View differences:

Log.cpp
40 40
 * @brief Destructor for the Log class
41 41
 */
42 42
Log::~Log() {
43
  if (!log_file)
43
  if (!log_file) {
44 44
    fclose(log_file);
45
  }
45 46
}
46 47

  
47 48
/**

Also available in: Unified diff