Skip to content

Commit

Permalink
fixup: AsList() default differs from wordlistCat()
Browse files Browse the repository at this point in the history
  • Loading branch information
rousskov committed Mar 15, 2024
1 parent 85b08a1 commit 0dc9f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errorpage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ ErrorState::Dump(MemBuf * mb)
if (ftp.reply)
body << "FTP Reply: " << ftp.reply << "\r\n";
if (ftp.server_msg)
body << "FTP Msg: " << AsList(*ftp.server_msg) << "\r\n";
body << "FTP Msg: " << AsList(*ftp.server_msg).delimitedBy("\n") << "\r\n";
body << "\r\n";
}

Expand Down

0 comments on commit 0dc9f3b

Please sign in to comment.