Ignore:
Timestamp:
Mar 4, 2013 8:57:13 PM (11 years ago)
Author:
ldelgass
Message:

Remove XINETD define from nanovis. We only support server mode now, no glut
interaction loop with mouse/keyboard handlers. Fixes for trace logging to make
output closer to vtkvis: inlcude function name for trace messages, remove
newlines from format strings in macros since newlines get added by syslog.

File:
1 edited

Legend:

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

    r3362 r3452  
    225225        }
    226226
    227         TRACE("rendering box %g,%g %g,%g %g,%g\n", x0, x1, y0, y1, z0, z1);
     227        TRACE("rendering box %g,%g %g,%g %g,%g", x0, x1, y0, y1, z0, z1);
    228228
    229229        glColor4d(shape.color.x, shape.color.y, shape.color.z, shape.color.w);
Note: See TracChangeset for help on using the changeset viewer.