From 59e358ae25f84314afc6d8235aecaec124822f3f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 5 Dec 2025 21:36:53 +0100 Subject: Cleanup: can now remove the _NC log variants. --- src/lib/cross_linux.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/cross_linux.cc') diff --git a/src/lib/cross_linux.cc b/src/lib/cross_linux.cc index c9d1322fe..d9ab73706 100644 --- a/src/lib/cross_linux.cc +++ b/src/lib/cross_linux.cc @@ -289,7 +289,7 @@ Drive::get () } } drives.push_back(Drive("/dev/" + name, mount_points, size, vendor, model)); - LOG_DISK_NC(drives.back().log_summary()); + LOG_DISK(drives.back().log_summary()); } } -- cgit v1.2.3