Fix invalid type specifier 65/125965/1 accepted/tizen/unified/20170420.054422 submit/tizen/20170419.094909
authorKichan Kwon <k_c.kwon@samsung.com>
Wed, 19 Apr 2017 12:03:04 +0000 (21:03 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Wed, 19 Apr 2017 12:03:04 +0000 (21:03 +0900)
Change-Id: I5ef279c47e01468417c347faf19573dc27bee1ad
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
src/update_db/system_info_db_update.c

index 61b7be4..f61f53a 100644 (file)
@@ -140,7 +140,7 @@ int main(int argc, char *argv[])
        }
        ret = chdir("/");
        if (ret < 0) {
-               printf("Failed to go to root directory : %s", errno);
+               printf("Failed to go to root directory : %d", errno);
                return -errno;
        }