Fix hint message when using deprecated polybar-msg hook

This commit is contained in:
Nathanaël Houn
2022-03-05 07:16:57 +01:00
committed by Patrick Ziegler
parent c655adea93
commit 8820cc73cd
2 changed files with 2 additions and 1 deletions

View File

@ -141,7 +141,7 @@ static std::pair<ipc::type_t, string> parse_message(deque<string> args) {
fprintf(stderr,
"Warning: Using IPC hook commands is deprecated, use the hook action on the ipc module: %s %s \"%s\"\n", exec,
ipc_type.c_str(), ipc_payload.c_str());
"action", ipc_payload.c_str());
}
}