From 2e0ec95a1e5beadd39bdc4b594578ef7dea19a10 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 23 Jul 2017 10:30:09 +0200 Subject: [PATCH] Tweak retweak previous patch --- bacula/src/dird/ua_label.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/dird/ua_label.c b/bacula/src/dird/ua_label.c index 9715968f5e..f2e1c51043 100644 --- a/bacula/src/dird/ua_label.c +++ b/bacula/src/dird/ua_label.c @@ -1210,7 +1210,7 @@ void status_slots(UAContext *ua, STORE *store_r) goto bail_out; } ua->send_msg(_("+------+----------------------+-----------+-----------------+--------------------+\n")); - ua->send_msg(_("| Slot | Volume Name | Status | Media Type | Pool |\n")); + ua->send_msg(_("| Slot | Volume Name | Status | Media Type | Pool |\n")); ua->send_msg(_("+------+----------------------+-----------+-----------------+--------------------+\n")); /* Walk through the list getting the media records */ -- 2.39.5