Log successfully loading eye tracker calibration

This commit is contained in:
David Rowe 2015-08-10 13:22:46 -07:00
parent 658434e020
commit e7beb544f6

View file

@ -157,6 +157,8 @@ void EyeTracker::setEnabled(bool enabled, bool simulate) {
qCWarning(interfaceapp) << "Eye Tracker: Error loading calibration:" << smiReturnValueToString(result);
QMessageBox::warning(nullptr, "Eye Tracker Error", "Error loading calibration"
+ smiReturnValueToString(result));
} else {
qCDebug(interfaceapp) << "Eye Tracker: Loaded calibration";
}
}
}