Changeset 5856 for geovis/trunk


Ignore:
Timestamp:
Sep 11, 2015, 2:45:18 PM (9 years ago)
Author:
ldelgass
Message:

add tracing to iDataInit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • geovis/trunk/IData.cpp

    r5852 r5856  
    1616
    1717#include "IData.h"
     18#include "Trace.h"
    1819
    1920static const char *commandNames[] = {
     
    4243void IData::iDataInit(const char *username, const char *hub)
    4344{
     45    TRACE("user: %s hub: %s", username, hub);
    4446    static bool first = true;
    4547    g_iDataUsername = username;
Note: See TracChangeset for help on using the changeset viewer.