[maemo-commits] [maemo-commits] r17430 - in projects/haf/trunk/ke-recv: debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Feb 16 09:54:52 EET 2009
Author: kihamala
Date: 2009-02-16 09:54:52 +0200 (Mon, 16 Feb 2009)
New Revision: 17430

Modified:
   projects/haf/trunk/ke-recv/debian/changelog
   projects/haf/trunk/ke-recv/src/ke-recv-test.c
Log:
repair interface test -> check interface test


Modified: projects/haf/trunk/ke-recv/debian/changelog
===================================================================
--- projects/haf/trunk/ke-recv/debian/changelog	2009-02-16 07:44:43 UTC (rev 17429)
+++ projects/haf/trunk/ke-recv/debian/changelog	2009-02-16 07:54:52 UTC (rev 17430)
@@ -10,6 +10,8 @@
   * Do a time-limited memory card check before trying to mount it read-write.
   * Add D-Bus interface for full memory card check.
   * Disable D-Bus interface for memory card repairing.
+  * Replace the memory card repair interface test with check interface test
+    in ke-recv-test.
 
  -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Fri, 13 Feb 2009 11:00:18 +0200
 

Modified: projects/haf/trunk/ke-recv/src/ke-recv-test.c
===================================================================
--- projects/haf/trunk/ke-recv/src/ke-recv-test.c	2009-02-16 07:44:43 UTC (rev 17429)
+++ projects/haf/trunk/ke-recv/src/ke-recv-test.c	2009-02-16 07:54:52 UTC (rev 17430)
@@ -298,7 +298,7 @@
 	DBusMessage* m = NULL;
     	ULOG_DEBUG_F("entering");
 	m = dbus_message_new_method_call("com.nokia.ke_recv",
-			"/com/nokia/ke_recv/repair_card",
+			"/com/nokia/ke_recv/check_card",
 			"com.nokia.ke_recv",
 			"dummymethodname");
 	assert(sys_conn != NULL && m != NULL);
@@ -367,7 +367,7 @@
                    "si - swap on (int-)MMC\n"
                    "t - swap off (ext-)MMC\n"
                    "ti - swap off (int-)MMC\n"
-                   "e - repair device <arg>\n"
+                   "e - check device <arg>\n"
                    "ej - eject USB\n"
                    "ec - cancel eject USB\n"
                    "p - enable PC Suite\n"


More information about the maemo-commits mailing list