From 7ea943506b9252bdcbe4959810cb80c30a5cee7b Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Thu, 13 Jan 2022 03:46:35 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20trying=20to=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tui.cpp b/src/tui.cpp index 31f26f5..ce38296 100644 --- a/src/tui.cpp +++ b/src/tui.cpp @@ -157,7 +157,7 @@ void generate_fstab() noexcept { #ifdef NDEVENV const auto& src = menu_entries[static_cast(selected)]; utils::exec(fmt::format("{0} {1} > {1}/etc/fstab", src, mountpoint)); - splog::info("Created fstab file:\n"); + spdlog::info("Created fstab file:\n"); utils::exec(fmt::format("cat {1}/etc/fstab >> /tmp/cachyos-install.log", src, mountpoint)); #endif const auto& swap_file = fmt::format("{}/swapfile", mountpoint);