Skip to content

Commit

Permalink
Fix incorrect name
Browse files Browse the repository at this point in the history
  • Loading branch information
borisovss committed Dec 10, 2023
1 parent 92b133e commit e84fc72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quill/include/quill/detail/LogMacros.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
break; \
} \
\
limit_us = now + min_interval; \
next_log_time = now + min_interval; \
QUILL_LOGGER_CALL_NOFN(likelyhood, logger, log_statement_level, fmt, ##__VA_ARGS__); \
} \
} while (0)
Expand Down Expand Up @@ -286,7 +286,7 @@
break; \
} \
\
limit_us = now + min_interval; \
next_log_time = now + min_interval; \
QUILL_LOGGER_CALL_NOFN_CFORMAT(likelyhood, logger, log_statement_level, fmt, ##__VA_ARGS__); \
} \
} while (0)
Expand Down

0 comments on commit e84fc72

Please sign in to comment.