Skip to content

Commit 4ce0c96

Browse files
author
Caitlin Bales (MSFT)
authored
Fix typo
1 parent 98ce7ea commit 4ce0c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/microsoft/graph/http/DefaultHttpProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ private <Result, Body, DeserializeType> Result sendRequestInternal(final IHttpRe
331331
}
332332
} catch (final GraphServiceException ex) {
333333
final boolean shouldLogVerbosely = logger.getLoggingLevel() == LoggerLevel.DEBUG;
334-
logger.logError("Graph ervice exception " + ex.getMessage(shouldLogVerbosely), ex);
334+
logger.logError("Graph service exception " + ex.getMessage(shouldLogVerbosely), ex);
335335
throw ex;
336336
} catch (final Exception ex) {
337337
final ClientException clientException = new ClientException("Error during http request",

0 commit comments

Comments
 (0)