From 169e717021d6b0f1016360c820bc81e801bf1e53 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 31 Aug 2021 22:49:18 +0100 Subject: Remove debug message --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 6a0bf381c..8df722437 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2132,7 +2132,7 @@ int strip_semicolons(Parser *parser) { debugf("Copy '%s' to '%s'\n", new_fullpath, old_fullpath); if (!gb_file_copy(new_fullpath, old_fullpath, false)) { - gb_printf_err("failed to move '%s' to '%s' %d\n", old_fullpath, new_fullpath, GetLastError()); + gb_printf_err("failed to copy '%s' to '%s'\n", old_fullpath, new_fullpath); debugf("Copy '%s' to '%s'\n", old_fullpath_backup, old_fullpath); if (!gb_file_copy(old_fullpath_backup, old_fullpath, false)) { gb_printf_err("failed to restore '%s' from '%s'\n", old_fullpath, old_fullpath_backup); -- cgit v1.2.3