Skip to content

Commit

Permalink
Fixing typo in log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexarian committed Aug 4, 2022
1 parent d43821f commit 77a8b64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xrdp/xrdp_mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 77a8b64

Please sign in to comment.