fix compile

This commit is contained in:
Vaxry 2022-08-10 13:45:20 +02:00
parent 15fc0892c7
commit 03f2e4d42a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ void CMonitor::onConnect(bool noRule) {
if (PREFSTATE)
wlr_output_set_mode(output, PREFSTATE);
else
Debug::log(WARN, "No mode found for disabled output %s", output->name)
Debug::log(WARN, "No mode found for disabled output %s", output->name);
wlr_output_enable(output, 0);