misc cleanups
This change touches several subsystems, tools and experiments (sal, util, cmake, import-trace, generic-tracing, nanojpeg), and changes details not worth separate commits. Change-Id: Icd1d664d1be5cfc2212dbf77801c271183214d08
This commit is contained in:
@ -117,7 +117,7 @@ bool Importer::copy_to_database(fail::ProtoIStream &ps) {
|
||||
m_last_ip = ev.ip(); // The last event in the log
|
||||
|
||||
/* Signal that the trace was completely imported */
|
||||
LOG << "trace duration: " << (curtime - m_time_trace_start) << " ticks" << std::endl;
|
||||
LOG << "trace duration: " << std::dec << (curtime - m_time_trace_start) << " ticks" << std::endl;
|
||||
LOG << "Inserted " << m_row_count << " real trace events into the database" << std::endl;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user