mirror of
https://github.com/diamante0018/master-tool.git
synced 2025-05-09 22:14:52 +00:00
maint: add useful prints
This commit is contained in:
parent
62a89ddcea
commit
9f89d5c8da
@ -58,6 +58,8 @@ namespace
|
|||||||
|
|
||||||
if (to_kill != nullptr)
|
if (to_kill != nullptr)
|
||||||
{
|
{
|
||||||
|
console::info("Attempting to kill %s", to_kill);
|
||||||
|
|
||||||
const auto packet = format_command(true);
|
const auto packet = format_command(true);
|
||||||
s.send(master, packet);
|
s.send(master, packet);
|
||||||
|
|
||||||
@ -65,6 +67,8 @@ namespace
|
|||||||
}
|
}
|
||||||
else if (to_remove != nullptr)
|
else if (to_remove != nullptr)
|
||||||
{
|
{
|
||||||
|
console::info("Attempting to restore %s", to_remove);
|
||||||
|
|
||||||
const auto packet = format_command(false);
|
const auto packet = format_command(false);
|
||||||
s.send(master, packet);
|
s.send(master, packet);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user