Prefixing clang version with "Clang version"

It's easier to know what that magic string is actually referring to.
This commit is contained in:
Strahinja Val Markovic 2013-10-06 18:32:39 -07:00
parent 1bba4a38cc
commit 915d092364

View File

@ -154,7 +154,7 @@ def DebugInfo():
has_clang_support ) )
if has_clang_support:
output.append( ycm_core.ClangVersion() )
output.append( 'Clang version: ' + ycm_core.ClangVersion() )
request_data = request.json
try: