0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 08:12:37 +01:00

modules/console: Improve message.

This commit is contained in:
Jason Volk 2019-08-02 17:40:44 -07:00
parent d8fcbf7325
commit c147c28808

View file

@ -757,7 +757,7 @@ console_cmd__info(opt &out, const string_view &line)
{
info::dump();
out << "Daemon information was written to the log."
out << "Library information was written to the INFO and DEBUG logs."
<< std::endl;
return true;