Skip to content

Commit

Permalink
Update mdc.h (#3185)
Browse files Browse the repository at this point in the history
Update error message
  • Loading branch information
gabime authored Sep 12, 2024
1 parent 362214a commit c1fbafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/spdlog/mdc.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#pragma once

#if defined(SPDLOG_NO_TLS)
#error "This header requires thread local storage support. Please do not define SPDLOG_NO_TLS."
#error "This header requires thread local storage support, but SPDLOG_NO_TLS is defined."
#endif

#include <map>
Expand Down

0 comments on commit c1fbafd

Please sign in to comment.