gfio: align log text to the left
authorJens Axboe <axboe@kernel.dk>
Tue, 6 Mar 2012 12:49:12 +0000 (13:49 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 6 Mar 2012 12:49:12 +0000 (13:49 +0100)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
gfio.c

diff --git a/gfio.c b/gfio.c
index a0ae48cf40475f9dc8c420d0039c65f553b8ce78..f09e241058fba0f07f8ad758c557feb0a4206231 100644 (file)
--- a/gfio.c
+++ b/gfio.c
@@ -262,7 +262,7 @@ static void gfio_ui_setup_log(struct gui *ui)
        tree_view_column(tree_view, 0, "Time", ALIGN_RIGHT | UNSORTABLE);
        tree_view_column(tree_view, 1, "Host", ALIGN_RIGHT | UNSORTABLE);
        tree_view_column(tree_view, 2, "Level", ALIGN_RIGHT | UNSORTABLE);
-       tree_view_column(tree_view, 3, "Text", ALIGN_RIGHT | UNSORTABLE);
+       tree_view_column(tree_view, 3, "Text", ALIGN_LEFT | UNSORTABLE);
 
        ui->log_model = model;
        ui->log_tree = tree_view;