sync sources
authoryoonki.park <yoonki.park@samsung.com>
Tue, 30 Jul 2013 09:13:51 +0000 (18:13 +0900)
committeryoonki.park <yoonki.park@samsung.com>
Tue, 30 Jul 2013 09:13:51 +0000 (18:13 +0900)
Change-Id: I0027264c11c91dd84eb01b9d1b5c5c48f02729cc
Signed-off-by: yoonki.park <yoonki.park@samsung.com>
src/file_sync_client.c
src/sdktools.c

index 8561250b19dc42e86e4d620649e3223c84af8ae2..0e80efd108b27b67acab33cdbc6e53a353f5fef4 100644 (file)
@@ -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;
index 5770fe6772c656693aa6c9e4cbc9ce66865121da..c2888319d28e69b4e960cd0ba26d8f43ed7a4c75 100644 (file)
@@ -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) {