Spell "return value", not "returnvalue"

This commit is contained in:
Pavel Roskin 2016-02-07 23:14:27 -08:00
parent 5de1d31a75
commit 9717e7392a

View File

@ -2014,7 +2014,7 @@ xrdp_mm_connect(struct xrdp_mm *self)
xrdp_mm_connect_chansrv(self, "", chansrvport); xrdp_mm_connect_chansrv(self, "", chansrvport);
} }
log_message(LOG_LEVEL_DEBUG,"returnvalue from xrdp_mm_connect %d", rv); log_message(LOG_LEVEL_DEBUG,"return value from xrdp_mm_connect %d", rv);
return rv; return rv;
} }