From 3e95d8780cddf14db47aba4f58f6559b49f98f86 Mon Sep 17 00:00:00 2001 From: "yoonki.park" Date: Tue, 30 Jul 2013 18:13:51 +0900 Subject: [PATCH] sync sources Change-Id: I0027264c11c91dd84eb01b9d1b5c5c48f02729cc Signed-off-by: yoonki.park --- src/file_sync_client.c | 2 +- src/sdktools.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/file_sync_client.c b/src/file_sync_client.c index 8561250..0e80efd 100644 --- a/src/file_sync_client.c +++ b/src/file_sync_client.c @@ -650,7 +650,7 @@ static int local_build_list(copyinfo **filelist, return -1; } if(!S_ISREG(st.st_mode) && !S_ISLNK(st.st_mode)) { - fprintf(stderr, "skipping special file '%s'\n", ci->src); + fprintf(stderr, "skipping special file\n"); free(ci); } else { ci->time = st.st_mtime; diff --git a/src/sdktools.c b/src/sdktools.c index 5770fe6..c288831 100644 --- a/src/sdktools.c +++ b/src/sdktools.c @@ -98,7 +98,7 @@ int verify_root_commands(const char *arg1) { case 3: { if (!strcmp(tokens[1], "valgrind") && cnt >= 3) { char *appid = NULL; - // the tokens[2] should be apppath + // the tokens[2] should be apppath int rc = smack_lgetlabel(tokens[2], &appid, SMACK_LABEL_ACCESS); if (rc == 0 && appid != NULL) { if (apply_sdb_rules(SDBD_LABEL_NAME, appid, "rwax") < 0) { -- 2.34.1