diff --git a/components/rgbd-sources/src/calibrate.cpp b/components/rgbd-sources/src/calibrate.cpp
index c5a96c862b2c35a3f1d97ac2fdad94c800c5b955..04ed5bd1e16e2ee2c5a406d698a259fbdc979035 100644
--- a/components/rgbd-sources/src/calibrate.cpp
+++ b/components/rgbd-sources/src/calibrate.cpp
@@ -443,7 +443,7 @@ bool Calibrate::_recalibrate(vector<vector<Point2f>> *imagePoints,
 		found2 = !local_->isStereo() || findChessboardCornersSB(view[1],
 			settings_.boardSize, pointBuf[1], chessBoardFlags);
 #else
-		LOG(INFO) << "Using findChessboardCorners()"
+		LOG(INFO) << "Using findChessboardCorners()";
 		found1 = findChessboardCorners(view[0], settings_.boardSize,
 				pointBuf[0], chessBoardFlags);
 		found2 = !local_->isStereo() || findChessboardCorners(view[1],