From 613ddc3c71d8eb76251bd454ff08189027eb315b Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Mon, 6 Jan 2025 12:18:33 -0500 Subject: [PATCH] progress: rename "ctime" -> "tm_left" "ctime", an abbreviation of "cycle time", collides with "ctime", an abbreviation of "st_ctime", a well-known filesystem term. "tm_left" fits in the column, so use that. Signed-off-by: Zygo Blaxell --- src/bees-roots.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bees-roots.cc b/src/bees-roots.cc index aaec8dd..3a6cac5 100644 --- a/src/bees-roots.cc +++ b/src/bees-roots.cc @@ -1019,7 +1019,7 @@ BeesScanModeExtent::next_transid(const CrawlMap &crawl_map_unused) Table::Text("gen_min"), Table::Text("gen_max"), Table::Text("this cycle start"), - Table::Text("ctime"), + Table::Text("tm_left"), Table::Text("next cycle ETA"), }); const auto dash_fill = Table::Fill('-');