summaryrefslogtreecommitdiffstats
path: root/src/htm.c
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2018-06-07 16:54:36 +1000
committerAlistair Popple <alistair@popple.id.au>2018-06-15 14:31:44 +1000
commit08eef521d374c6fc46d7adb02f2958c10323086f (patch)
tree71b2f594d5ddb51095ea0ed0d203b7370c6bb6c3 /src/htm.c
parent1d65f71ea32a722b221707e1d3a9f7a108c37be5 (diff)
downloadpdbg-08eef521d374c6fc46d7adb02f2958c10323086f.tar.gz
pdbg-08eef521d374c6fc46d7adb02f2958c10323086f.zip
htm: Cleanup status output
Actually print something in status output. Drop some of the more esoteric details to PR_INFO() Signed-off-by: Michael Neuling <mikey@neuling.org>
Diffstat (limited to 'src/htm.c')
-rw-r--r--src/htm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/htm.c b/src/htm.c
index 80cdec2..62b8569 100644
--- a/src/htm.c
+++ b/src/htm.c
@@ -141,14 +141,13 @@ static int run_status(enum htm_type type, int optind, int argc, char *argv[])
if (target_is_disabled(target))
continue;
- printf("HTM@");
+ printf("Status HTM@");
print_htm_address(type, target);
if (htm_status(target) != 1) {
printf("Couldn't get HTM@");
print_htm_address(type, target);
}
rc++;
- printf("\n\n");
}
return rc;
OpenPOWER on IntegriCloud