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

Args.c: adapt message to use same format as similar messages

parent 23f18a82
......@@ -2353,7 +2353,7 @@ void nxagentSetDeferLevel(void)
case LINK_TYPE_LAN: { deferLevel = 0; tileWidth = 4096; tileHeight = 4096; break; }
default:
{
fprintf(stderr, "Warning: Unknown link type [%d] processing the defer option.\n",
fprintf(stderr, "Warning: Unknown link type '%d' processing the defer option.\n",
nxagentOption(LinkType));
break;
}
......
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