diff options
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/check.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/check.cpp b/src/util/check.cpp index 795dce7124..c4d4b0cc28 100644 --- a/src/util/check.cpp +++ b/src/util/check.cpp @@ -18,7 +18,7 @@ std::string StrFormatInternalBug(std::string_view msg, std::string_view file, int line, std::string_view func) { - return strprintf("Internal bug detected: \"%s\"\n%s:%d (%s)\n" + return strprintf("Internal bug detected: %s\n%s:%d (%s)\n" "%s %s\n" "Please report this issue here: %s\n", msg, file, line, func, PACKAGE_NAME, FormatFullVersion(), PACKAGE_BUGREPORT); |