From 009fd859142c23172be9b52336bb4dcef54567b3 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Wed, 7 Oct 2009 16:46:19 +0000 Subject: [PATCH] Even more unambiguous message. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3191 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/starcon2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sc2/src/starcon2.c b/sc2/src/starcon2.c index 0a9b85c47..0895ee828 100644 --- a/sc2/src/starcon2.c +++ b/sc2/src/starcon2.c @@ -184,8 +184,8 @@ main (int argc, char *argv[]) UQM_PATCH_VERSION, UQM_EXTRA_VERSION, __DATE__, __TIME__); #ifdef NETPLAY - log_add (log_User, "Netplay protocol version %d.%d. Minimum required " - "remote UQM version is %d.%d.%d.", + log_add (log_User, "Netplay protocol version %d.%d. Netplay opponent " + "must have UQM %d.%d.%d or later.", NETPLAY_PROTOCOL_VERSION_MAJOR, NETPLAY_PROTOCOL_VERSION_MINOR, NETPLAY_MIN_UQM_VERSION_MAJOR, NETPLAY_MIN_UQM_VERSION_MINOR, NETPLAY_MIN_UQM_VERSION_PATCH);