]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
fit some more windows across a screen
authorAndrew Tridgell <tridge@samba.org>
Tue, 24 Apr 2007 12:24:34 +0000 (14:24 +0200)
committerAndrew Tridgell <tridge@samba.org>
Tue, 24 Apr 2007 12:24:34 +0000 (14:24 +0200)
(This used to be ctdb commit f787f9c966bab82065b979b0a6fcc5c056c7cee4)

ctdb/tools/ctdb_status.c

index 97f39d4e16b89069548a9471f3c95838d09cd812..3901be02f9442fceeb1253e643019640d70256f9 100644 (file)
@@ -56,8 +56,8 @@ static void show_status(struct ctdb_status *s)
        printf(" lockwait_calls          %u\n", s->lockwait_calls);
        printf(" pending_lockwait_calls  %u\n", s->pending_lockwait_calls);
        printf(" max_redirect_count      %u\n", s->max_redirect_count);
-       printf(" max_call_latency        %.6f seconds\n", s->max_call_latency);
-       printf(" max_lockwait_latency    %.6f seconds\n", s->max_lockwait_latency);
+       printf(" max_call_latency        %.6f sec\n", s->max_call_latency);
+       printf(" max_lockwait_latency    %.6f sec\n", s->max_lockwait_latency);
 }
 
 /*