Commit 69443952 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Args.c: more debug output

parent 925f5899
...@@ -1502,6 +1502,9 @@ static void nxagentParseOptionString(char *string) ...@@ -1502,6 +1502,9 @@ static void nxagentParseOptionString(char *string)
if (delimiter) if (delimiter)
{ {
#ifdef DEBUG
fprintf(stderr, "%s: stripping port specification [%s]\n", __func__, delimiter);
#endif
*delimiter = '\0'; *delimiter = '\0';
} }
else else
......
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