upstream changes (src)

This commit is contained in:
3lswear
2022-03-06 14:21:11 +03:00
parent 1c034c465c
commit c6e54a0c05
8 changed files with 31 additions and 34 deletions

View File

@@ -23,7 +23,7 @@ std::string Autoindex::getPage(std::string path, std::string allpath, std::strin
<p>\n";
if (dir == NULL)
{
DBOUT << WARNING << getDebugTime() << FAIL << " AutoindexError: could not open \""
DBOUT << WARNING << getDebugTime() << FAIL << "AutoindexError: could not open \""
<< allpath << "\" directory." << ZERO_C << std::endl;
return "";
}