Index: src/nprofile/timer.cpp
===================================================================
RCS file: /cvs/underware/nprofile/src/nprofile/timer.cpp,v
retrieving revision 1.4
diff -r1.4 timer.cpp
106a107
> #include <iostream>
117,118c118,119
<       notify(NOTICE)<<"Error: Timer::Timer() unable to use QueryPerformanceFrequency, "<<std::endl;
<       notify(NOTICE)<<"timing code will be wrong, Windows error code: "<<GetLastError()<<std::endl;
---
>       std::cerr<<"Error: Timer::Timer() unable to use QueryPerformanceFrequency, "<<std::endl;
>       std::cerr<<"timing code will be wrong, Windows error code: "<<GetLastError()<<std::endl;
131,132c132,133
<       notify(NOTICE)<<"Error: Timer::Timer() unable to use QueryPerformanceCounter, "<<std::endl;
<       notify(NOTICE)<<"timing code will be wrong, Windows error code: "<<GetLastError()<<std::endl;
---
>       std::cerr<<"Error: Timer::Timer() unable to use QueryPerformanceCounter, "<<std::endl;
>       std::cerr<<"timing code will be wrong, Windows error code: "<<GetLastError()<<std::endl;
