Skip to content

Commit

Permalink
[hotfix] [streaming] Tasks print subtask in log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanEwen committed Feb 1, 2016
1 parent ef58cf3 commit 8c8f1c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ protected void finalize() throws Throwable {
* @return The name of the task.
*/
public String getName() {
return getEnvironment().getTaskInfo().getTaskName();
return getEnvironment().getTaskInfo().getTaskNameWithSubtasks();
}

/**
Expand Down

0 comments on commit 8c8f1c4

Please sign in to comment.