From ed5b67fce35047dfa68aa91cd71c31ce4532a030 Mon Sep 17 00:00:00 2001 From: Sunmin Lee Date: Wed, 11 Jul 2018 11:23:00 +0900 Subject: [PATCH] Comment out some log Some log of tota is causing size issue. Silence it to handle that. Change-Id: I853847efbd060ab1821a28c49974cb70440d541b Signed-off-by: Sunmin Lee --- ss_engine/SS_UPI.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ss_engine/SS_UPI.c b/ss_engine/SS_UPI.c index 6a6a57e..72d15b4 100755 --- a/ss_engine/SS_UPI.c +++ b/ss_engine/SS_UPI.c @@ -1328,8 +1328,8 @@ int SS_FSSetAttributes(ua_dataSS_t * ua_dataSS) pfiletype = strtok_r(NULL, SS_TOKEN_SPACE, &saveptr_pline); attributSize = strtok_r(NULL, SS_TOKEN_SPACE, &saveptr_pline); pattribs = strtok_r(NULL, SS_TOKEN_NEWLINE, &saveptr_pline); - LOG("\nSS_FSSetAttributes [%s][%s][%s]", pfiletype, attributSize, pattribs); - if (pattribs && pfilePath && pfiletype) { + //LOG("\nSS_FSSetAttributes [%s][%s][%s]", pfiletype, attributSize, pattribs); + if (pattribs && pfilePath && pfiletype && attributSize) { ulAttribSize = strlen(pattribs); //LOG("\nSS_SetFileAttributes [%s][%s][%d][%s]",pfilePath,pfiletype,ulAttribSize, pattribs ); //LOG("SS_SetFileAttributes [%s]\n", pfilePath); -- 2.7.4