Commit 0e47b1a0 authored by Marcus Nordenberg's avatar Marcus Nordenberg Committed by Esteban Blanc

remove "debug" printf statement from modbus server

(cherry picked from commit 9db43092616ef0030eef353c225dfcbda39ef7fc)
parent 0e94c25c
......@@ -834,7 +834,7 @@ static pwr_tStatus IoRackInit(io_tCtx ctx, io_sAgent* ap, io_sRack* rp)
/* Create socket, store in local struct */
uid_t ruid;
ruid = getuid();
printf("ruid: %d\n", ruid);
//printf("ruid: %d\n", ruid);
local->s = socket(AF_INET, SOCK_STREAM, 0);
if (local->s < 0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment