Ignore:
Timestamp:
Oct 28, 2008 12:05:25 PM (16 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/NvEventLog.cpp

    r1193 r1194  
    1 #include "NvEventLog.h"
    21#include "config.h"
    32#include <stdio.h>
     
    98#include <stdlib.h>
    109#include <string.h>
    11 
     10#include "NvEventLog.h"
     11#include "nanovis.h"
    1212
    1313
     
    2525    char* logName = NULL;
    2626    int logNameLen = 0;
    27     extern int debug_flag;
    2827
    2928    if (user == NULL) {
     
    3938    }
    4039
    41     if (!debug_flag) {
     40    if (!NanoVis::debug_flag) {
    4241        //open log and map stderr to log file
    4342        xinetd_log = fopen(logName, "w");
Note: See TracChangeset for help on using the changeset viewer.