Ignore:
Timestamp:
Aug 16, 2011, 9:22:50 AM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r2380 r2381  
    22502250    NanoVis::stdin = stdin;
    22512251
    2252     if ((n = write(1, "NanoVis ", 8)) != 8) {
    2253        INFO("short write %d", n);
    2254     }
     2252    fprintf(stdout, "NanoVis %s\n", NANOVIS_VERSION);
     2253    fflush(stdout);
     2254
    22552255    /* openlog("nanovis", LOG_CONS | LOG_PERROR | LOG_PID,  LOG_USER); */
    2256     INFO("writing marker to stdout");
    22572256    gettimeofday(&tv, NULL);
    22582257    stats.start = tv;
Note: See TracChangeset for help on using the changeset viewer.