Fix trace status to output username without trailing colon.

This commit is contained in:
Dmitry Kozlov 2013-06-26 15:24:10 +00:00
parent cdba14e0bf
commit 86ebe1497f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
Fix trace-status to output user name without trailing colon.
* tracepoint.c (cmd_qtstatus): Remove unnecessary colon from user name.
2013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
Fix trace-status to output proper start-time and stop-time.

View File

@ -3656,7 +3656,7 @@ cmd_qtstatus (char *packet)
"circular:%d;"
"disconn:%d;"
"starttime:%s;stoptime:%s;"
"username:%s:;notes:%s:",
"username:%s;notes:%s:",
tracing ? 1 : 0,
stop_reason_rsp, tracing_stop_tpnum,
traceframe_count, traceframes_created,