Even more unambiguous message.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3191 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2009-10-07 16:46:19 +00:00
parent 49d4e134fb
commit 009fd85914
+2 -2
View File
@@ -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);