Fixing typo in log message.

This commit is contained in:
Nexarian 2022-08-04 01:48:10 -04:00
parent d43821f11f
commit 77a8b64379
1 changed files with 2 additions and 1 deletions

View File

@ -1118,7 +1118,8 @@ dynamic_monitor_data(intptr_t id, int chan_id, char *data, int bytes)
break;
default:
LOG(LOG_LEVEL_ERROR, "dynamic_monitor_data: Received neither"
" nor DISPLAYCONTROL_PDU_TYPE_CAPS. Ignoring message.");
" DISPLAYCONTROL_PDU_TYPE_MONITOR_LAYOUT nor"
" DISPLAYCONTROL_PDU_TYPE_CAPS. Ignoring message.");
break;
}
return 0;