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:
parent
d8fcbf7325
commit
c147c28808
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue