]> git.hungrycats.org Git - bees/commitdiff
progress: rename "ctime" -> "tm_left"
authorZygo Blaxell <bees@furryterror.org>
Mon, 6 Jan 2025 17:18:33 +0000 (12:18 -0500)
committerZygo Blaxell <bees@furryterror.org>
Mon, 6 Jan 2025 17:50:50 +0000 (12:50 -0500)
"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 <bees@furryterror.org>
src/bees-roots.cc

index aaec8dd4e6d92dbab6c1b786dd28fbef94c7e148..3a6cac5730a209fb04d7ed44d367d4df369b308c 100644 (file)
@@ -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('-');