Thursday, 1 February 2007

Rather mystical debug message found at work in the legacy code :-)

if (realEndTime == null) {
mLogger.debug("real end time does not exist. skip it.");
continue;
}

No comments: