mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
reformat changes
This commit is contained in:
parent
49123d3a94
commit
dc54b14ae9
1 changed files with 6 additions and 6 deletions
|
@ -169,11 +169,11 @@ static std::optional<LeftoverLog> parse_shadow_log(const std::string& fname) {
|
|||
auto sf_lines = util::tokenize_string(sf_view, '\n');
|
||||
|
||||
if ( sf_lines.size() < 2 ) {
|
||||
reporter->Warning("Found leftover log, '%s', but the associated shadow "
|
||||
reporter->Warning(
|
||||
"Found leftover log, '%s', but the associated shadow "
|
||||
" file, '%s', required to process it is invalid: using default "
|
||||
" for extension (%s) and post_proc_func",
|
||||
rval.filename.data(), rval.shadow_filename.data(),
|
||||
default_ext.data());
|
||||
rval.filename.data(), rval.shadow_filename.data(), default_ext.data());
|
||||
}
|
||||
else {
|
||||
rval.extension = sf_lines[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue