Skip to content

Commit

Permalink
delete redundant time suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
maji2014 committed Nov 26, 2014
1 parent bf1a6aa commit df0da4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ final class ShuffleBlockFetcherIterator(

// Get Local Blocks
fetchLocalBlocks()
logDebug("Got local blocks in " + Utils.getUsedTimeMs(startTime) + " ms")
logDebug("Got local blocks in " + Utils.getUsedTimeMs(startTime))
}

override def hasNext: Boolean = numBlocksProcessed < numBlocksToFetch
Expand Down

0 comments on commit df0da4e

Please sign in to comment.