aboutsummaryrefslogtreecommitdiff
path: root/src/util/system.h
diff options
context:
space:
mode:
authorstickies-v <stickies-v@protonmail.com>2022-08-31 16:30:35 +0100
committerstickies-v <stickies-v@protonmail.com>2022-09-13 19:07:39 +0100
commit97f5b20c12ca6ccf89d7720a5d41eaf4cda1b695 (patch)
treefee87877bc54e805480a708002716467e9a82652 /src/util/system.h
parent29d540b7ada890dd588c4825d40c27c5e6f20061 (diff)
downloadbitcoin-97f5b20c12ca6ccf89d7720a5d41eaf4cda1b695.tar.xz
refactor: use std::string for thread names
Diffstat (limited to 'src/util/system.h')
-rw-r--r--src/util/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/system.h b/src/util/system.h
index 756e6642f2..5f80ca51fc 100644
--- a/src/util/system.h
+++ b/src/util/system.h
@@ -51,7 +51,7 @@ bool error(const char* fmt, const Args&... args)
return false;
}
-void PrintExceptionContinue(const std::exception *pex, const char* pszThread);
+void PrintExceptionContinue(const std::exception* pex, std::string_view pszThread);
/**
* Ensure file contents are fully committed to disk, using a platform-specific