This help pinpointing errors in logs from my app
Change-Id: Ie2b62bc95371daf7e1eb58e0323835f169399910
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <
20240506142303.13198-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg28621.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
#endif
else
{
- msg(M_CLIENT, "ERROR: unknown command, enter 'help' for more options");
+ msg(M_CLIENT, "ERROR: unknown command [%s], enter 'help' for more options", p[0]);
}
done: