Skip to content

Commit

Permalink
Merge pull request #1897 from matt335672/issue1879-fixup
Browse files Browse the repository at this point in the history
Removed extra space which is breaking new astyle check
  • Loading branch information
matt335672 authored May 26, 2021
2 parents ce10d3a + b95e14e commit 43107d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neutrinordp/xrdp-neutrinordp.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ lxrdp_connect(struct mod *mod)
}

#endif
LOG(LOG_LEVEL_ERROR, "NeutrinoRDP proxy connection: status [Failed],"
LOG(LOG_LEVEL_ERROR, "NeutrinoRDP proxy connection: status [Failed],"
" RDP client [%s:%s], RDP server [%s:%d], RDP server username [%s],"
" xrdp pamusername [%s], xrdp process id [%d]",
mod->client_info.client_addr,
Expand Down

0 comments on commit 43107d5

Please sign in to comment.