Skip to content
Snippets Groups Projects
Commit 058f2147 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'dsconfigsvc_error' into 'master'

DSConfigSvc: change deprecation warning to error

See merge request !46996
parents 91b5396b 7d0d26da
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
#define DEPRECATED \
static std::atomic<bool> warn = true; \
if (warn) { ATH_MSG_WARNING("DSConfigSvc::" <<__func__ << " is deprecated"); warn = false; }
if (warn) { ATH_MSG_ERROR("DSConfigSvc::" <<__func__ << " is deprecated"); warn = false; }
class EventContext;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment