gsmd: Fix the name of the script as it was copied from the gsmd one
diff --git a/recipes-openmoko/openmoko-gsmd/files/cell-log b/recipes-openmoko/openmoko-gsmd/files/cell-log
index 74c1d68..aa23424 100644
--- a/recipes-openmoko/openmoko-gsmd/files/cell-log
+++ b/recipes-openmoko/openmoko-gsmd/files/cell-log
@@ -22,7 +22,7 @@
         fi
         ;;
     stop)
-        echo -n "Stopping GSM daemon: "
+        echo -n "Stopping cell-log daemon: "
         start-stop-daemon -K -x bash -p $PIDFILE
         echo "cell-log."
         ;;