Skip to content

Commit

Permalink
FixUp: Log message
Browse files Browse the repository at this point in the history
  • Loading branch information
puremourning committed Nov 20, 2021
1 parent 1bf1ca7 commit caf002d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ycmd/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def GetSemanticTokens():
request_data[ 'filetypes' ] )
semantic_tokens = filetype_completer.ComputeSemanticTokens( request_data )
except Exception as exception:
LOGGER.exception( 'Exception from semantic completer during sig help' )
LOGGER.exception( 'Exception from semantic completer during tokens request' )
errors = [ BuildExceptionResponse( exception, traceback.format_exc() ) ]

# No fallback for signature help. The general completer is unlikely to be able
Expand Down

0 comments on commit caf002d

Please sign in to comment.