- wxLogTrace("timer", "notified timer %p sheduled for %i",
- desc->timer, desc->shotTime);
+#ifndef __WXMGL__
+ wxLogTrace( wxT("timer"),
+ wxT("notified timer %p sheduled for %") wxLongLongFmtSpec _T("d"),
+ desc->timer, desc->shotTime.GetValue() );
+#endif