Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Data Flow
Data Enrichment
wks
Commits
8cc21971
Commit
8cc21971
authored
Aug 18, 2020
by
harshit aggarwal
Browse files
minor fix
parent
d7a2736a
Pipeline
#6076
passed with stages
in 10 minutes and 34 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
provider/wks-azure/src/main/java/org/opengroup/osdu/wks/provider/azure/pubsub/MessageHandler.java
View file @
8cc21971
...
...
@@ -31,7 +31,7 @@ public class MessageHandler implements IMessageHandler {
@Override
public
void
notifyException
(
Throwable
throwable
,
ExceptionPhase
exceptionPhase
)
{
LOGGER
.
error
(
exceptionPhase
+
"-"
+
throwable
.
getMessage
());
LOGGER
.
error
(
"{} - {}"
,
exceptionPhase
,
throwable
.
getMessage
());
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment