Fixed compilation error
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Tue, 14 May 2013 15:31:49 +0000 (17:31 +0200)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Mon, 27 Jan 2014 16:29:52 +0000 (17:29 +0100)
[Issue#] SSDWSSP-229
[Feature/Bug] Compilation error
[Problem] N/A
[Cause] Error logs are not yet available
[Solution] Changed to debug logs

[Verification] Successfull compilation

Change-Id: I29a8268cfefc41189e4c1e218387a20a48cf9142

src/util/security-server-util-common.c

index f79287e..b53d2b1 100644 (file)
@@ -392,6 +392,7 @@ int util_smack_label_is_valid(const char *smack_label){
 
        return 1;
 err:
-       SEC_SVR_ERR("ERROR: Invalid Smack label: %s", smack_label);
+       // TODO replace it with SEC_SVR_DBG when master is merged
+       SEC_SVR_DBG("ERROR: Invalid Smack label: %s", smack_label);
        return 0;
 }