Bug 1016724 - Make sure the word "gathering" appears in the timecard stamp for complete. r=jesup

This commit is contained in:
Byron Campen [:bwc] 2014-05-27 17:19:45 -07:00
parent 7beab34302
commit caa58710f6

View File

@ -2109,7 +2109,7 @@ PeerConnectionImpl::IceGatheringStateChange_m(PCImplIceGatheringState aState)
STAMP_TIMECARD(mTimeCard, "Ice gathering state: gathering");
break;
case PCImplIceGatheringState::Complete:
STAMP_TIMECARD(mTimeCard, "Ice state: complete");
STAMP_TIMECARD(mTimeCard, "Ice gathering state: complete");
break;
}