Skip to content

Commit

Permalink
Added logInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
tdas committed May 12, 2015
1 parent 65aec20 commit 99c7678
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ class StreamingContext private[streaming] (
state = StreamingContextState.ACTIVE
setActiveContext(this)
}
logInfo("StreamingContext started")
case ACTIVE =>
logWarning("StreamingContext has already been started")
case STOPPED =>
Expand Down

0 comments on commit 99c7678

Please sign in to comment.