Skip to content

Commit 7b3d726

Browse files
committed
Fix usage of severity macro
1 parent a040426 commit 7b3d726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clue.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ inline std::string to_severity_text( int const severity )
277277
if ( severity == clue_LOG_SEV_NONE )
278278
return clue_LOG_SEV_NONE_TEXT;
279279

280-
assert( LOG_SEV_EMERGENCY == 0 && "required by lookup table" );
280+
assert( clue_LOG_SEV_EMERGENCY == 0 && "required by lookup table" );
281281

282282
std::string const cont[] =
283283
{

0 commit comments

Comments
 (0)