Give terrasync a custom HTTP UA.

This commit is contained in:
James Turner 2013-11-16 09:45:40 +00:00
parent e973e406a3
commit 80ff0282c3

View File

@ -302,6 +302,7 @@ SGTerraSync::SvnThread::SvnThread() :
_stop(false),
_use_svn(true)
{
_http.setUserAgent("terrasync-" SG_STRINGIZE(SG_VERSION));
}
void SGTerraSync::SvnThread::stop()