diff options
| author | 2025-03-18 13:12:28 +0000 | |
|---|---|---|
| committer | 2025-03-18 13:12:28 +0000 | |
| commit | 8adda0dca4cb94be6a071e67b3e3c89a22375aca (patch) | |
| tree | e68839d6da2df39b3ba43a8665e44a9a98c6c16c /src/listmode.cpp | |
| parent | Skip lines which are empty in mkheaders. (diff) | |
Add a formatting overload of the ModuleException constructor.
Diffstat (limited to 'src/listmode.cpp')
| -rw-r--r-- | src/listmode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/listmode.cpp b/src/listmode.cpp index 99ae46374..7a833a2ee 100644 --- a/src/listmode.cpp +++ b/src/listmode.cpp @@ -76,7 +76,7 @@ void ListModeBase::DoRehash() ListLimit limit(c->getString("chan", "*", 1), c->getNum<size_t>("limit", DEFAULT_LIST_SIZE)); if (limit.mask.empty()) - throw ModuleException(creator, INSP_FORMAT("<maxlist:chan> is empty, at {}", c->source.str())); + throw ModuleException(creator, "<maxlist:chan> is empty, at {}", c->source.str()); if (limit.mask == "*" || limit.mask == "#*") seen_default = true; |
