Skip to content

Commit

Permalink
[hotfix][streaming] Fix logging in TwoPhaseCommitSinkFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
pnowojski authored and aljoscha committed Aug 29, 2017
1 parent 9d9cdcb commit 1e2a638
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public void initializeState(FunctionInitializationContext context) throws Except
}
// if in restore we didn't get any userContext or we are initializing from scratch
if (userContext == null) {
LOG.info("{} - no state to restore {}", name());
LOG.info("{} - no state to restore", name());

userContext = initializeUserContext();
}
Expand Down

0 comments on commit 1e2a638

Please sign in to comment.