Searched refs:ss_timestamp (Results 1 – 1 of 1) sorted by relevance
315 std::stringstream ss_timestamp; in DebugDump() local316 ss_timestamp << std::put_time(&p_event->tm_timestamp_, "%m-%d %H:%M:%S"); in DebugDump()318 dprintf(fd, "%c %s %s\n", warning ? '*' : ' ', ss_timestamp.str().c_str(), in DebugDump()