From 4522a51ea21813de9a59dd059c50f85d8a5116f1 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 4 Jun 2019 01:37:36 -0700 Subject: Don't log the function or prefix It's ultimately unnecessary since the message is an indicator about where it was logged from. The message itself is generally more important than where it was from, too. --- Alc/backends/qsa.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'Alc/backends/qsa.cpp') diff --git a/Alc/backends/qsa.cpp b/Alc/backends/qsa.cpp index 534d5798..074430ca 100644 --- a/Alc/backends/qsa.cpp +++ b/Alc/backends/qsa.cpp @@ -181,7 +181,6 @@ struct PlaybackWrapper final : public BackendBase { std::unique_ptr mExtraData; - static constexpr inline const char *CurrentPrefix() noexcept { return "PlaybackWrapper::"; } DEF_NEWDEL(PlaybackWrapper) }; @@ -643,7 +642,6 @@ struct CaptureWrapper final : public BackendBase { std::unique_ptr mExtraData; - static constexpr inline const char *CurrentPrefix() noexcept { return "CaptureWrapper::"; } DEF_NEWDEL(CaptureWrapper) }; -- cgit v1.2.3