Bug 1305201 - Follow-up to fix some debug logging. r=me and DONTBUILD because NPOTB

MozReview-Commit-ID: 9k2LzUrj6bP
This commit is contained in:
Kartikaya Gupta 2016-10-03 12:42:55 -04:00
parent a60e069206
commit 1ef4d7b941

View File

@ -1255,7 +1255,7 @@ nsEventStatus AsyncPanZoomController::OnTouchEnd(const MultiTouchInput& aEvent)
SetState(NOTHING);
APZC_LOG("%p starting a fling animation if %f >= %f\n", this,
flingVelocity.Length(), gfxPrefs::APZFlingMinVelocityThreshold());
flingVelocity.Length().value, gfxPrefs::APZFlingMinVelocityThreshold());
if (flingVelocity.Length() < gfxPrefs::APZFlingMinVelocityThreshold()) {
return nsEventStatus_eConsumeNoDefault;