qtmobility/plugins/sensors/maemo6/main.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
--- a/qtmobility/plugins/sensors/maemo6/main.cpp	Fri Jun 11 14:26:25 2010 +0300
+++ b/qtmobility/plugins/sensors/maemo6/main.cpp	Wed Jun 23 19:08:38 2010 +0300
@@ -67,7 +67,7 @@
         QSensorManager::registerBackend(QProximitySensor::type, maemo6proximitysensor::id, this);
         QSensorManager::registerBackend(QRotationSensor::type, maemo6rotationsensor::id, this);
         QSensorManager::registerBackend(QTapSensor::type, maemo6tapsensor::id, this);
-        qDebug() << "loaded the Maemo 6 plugin";
+        qDebug() << "Loaded the Maemo 6 sensor plugin";
     }
 
     QSensorBackend *createBackend(QSensor *sensor)