mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-31 02:07:14 +02:00
xvc_server: fix message size
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ bool XVC_server::open_connection()
|
||||
return false;
|
||||
}
|
||||
|
||||
char mess[256];
|
||||
char mess[512];
|
||||
snprintf(mess, sizeof(mess),
|
||||
"INFO: To connect to this xvcServer instance, use: TCP:%s:%d\n\n",
|
||||
hostname, _port);
|
||||
|
||||
Reference in New Issue
Block a user