mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-28 21:07:59 +03:00
feat: add formatting to getDebugTime
This commit is contained in:
@@ -33,7 +33,9 @@ std::string getDebugTime(void)
|
|||||||
}
|
}
|
||||||
ret.erase(ret.find(" "));
|
ret.erase(ret.find(" "));
|
||||||
|
|
||||||
ret = std::string(WARNING) + "[ " + ret + " ] " + std::string(RESET);
|
ret = std::string(WARNING) + "[ " + ret + " ] "
|
||||||
|
+ std::string(RESET)
|
||||||
|
+ std::string(OKCYAN);
|
||||||
return (ret);
|
return (ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user