Commit e3051f7a authored by Mike Gabriel's avatar Mike Gabriel

Merge branch 'nitomartinez-3.6.x' into 3.6.x

parents 4a9c1b94 36c3613a
......@@ -618,7 +618,8 @@ Control::Control()
#ifdef TEST
*logofs << "Control: Major version is " << LocalVersionMajor
<< " minor is " << LocalVersionMinor << " patch is "
<< LocalVersionPatch << ".\n" << logofs_flush;
<< LocalVersionPatch << " Maintenance version is "
<< LocalVersionMaintenancePatch << ".\n" << logofs_flush;
#endif
//
......
......@@ -7508,7 +7508,6 @@ int ReadProxyVersion(int fd)
&(control -> RemoteVersionPatch));
}
#ifdef TEST
*logofs << "Loop: Identified remote version '" << control -> RemoteVersionMajor
<< "." << control -> RemoteVersionMinor << "." << control -> RemoteVersionPatch
<< "'.\n" << logofs_flush;
......@@ -7520,7 +7519,6 @@ int ReadProxyVersion(int fd)
*logofs << "Loop: Local version '" << control -> LocalVersionMajor
<< "." << control -> LocalVersionMinor << "." << control -> LocalVersionPatch
<< "'.\n" << logofs_flush;
#endif
if (SetVersion() < 0)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment