Fix the invalid debugging message
authorSung-jae Park <nicesj.park@samsung.com>
Thu, 21 Feb 2013 08:52:58 +0000 (08:52 +0000)
committerSung-jae Park <nicesj.park@samsung.com>
Thu, 21 Feb 2013 08:52:58 +0000 (08:52 +0000)
Change-Id: If26d87c11f76998e24ca0dd0231740a156a3693c

packaging/com.samsung.data-provider-slave.spec
src/conf.c

index 522d71b..8b37c98 100644 (file)
@@ -2,7 +2,7 @@
 
 Name: com.samsung.data-provider-slave
 Summary: Plugin type livebox service provider.
-Version: 0.9.16
+Version: 0.9.17
 Release: 1
 Group: frameowrk/livebox
 License: Flora License
index 9b0a484..573bbb6 100644 (file)
@@ -229,7 +229,7 @@ static void slave_ttl_handler(char *buffer)
 {
        if (sscanf(buffer, "%lf", &g_conf.slave_ttl) != 1)
                ErrPrint("Failed to parse the slave_ttl\n");
-       DbgPrint("Slave TTL: %s\n", g_conf.slave_ttl);
+       DbgPrint("Slave TTL: %lf\n", g_conf.slave_ttl);
 }
 
 static void slave_activate_time_handler(char *buffer)