log note to updat version if differences detected.

This commit is contained in:
Matt Wells
2014-09-19 09:35:35 -07:00
parent 5ed64b46f5
commit 67ee615d1d
3 changed files with 7 additions and 3 deletions

@ -1166,9 +1166,12 @@ void handleRequest11 ( UdpSlot *slot , long niceness ) {
//else if ( requestSize == 9 )
// g_sync.addOp ( OP_SYNCPT , "" , *(long long *)request );
// otherwise, unknown request size
else
else {
log(LOG_LOGIC,"net: pingserver: Unknown request size of "
"%li bytes.", requestSize);
"%li bytes. You are probably running a different gb "
"version on this host. check the hosts table for "
"version info.", requestSize);
}
// always send back an empty reply
g_udpServer.sendReply_ass ( reply , // msg
replySize , // msgSize

1
Version.h Normal file

@ -0,0 +1 @@
#define GBVERSION "2014.34.19-09:34:09-MST"

@ -4828,7 +4828,7 @@ int install ( install_flag_konst_t installFlag , long hostId , char *dir ,
if ( ! f.doesExist() ) target = "gb";
sprintf(tmp,
"scp "
"scp -c blowfish " // blowfish is faster
"%s%s "
"%s:%s/gb.installed%s",
dir,