Remove error log for reading classid from cgroup
[platform/core/connectivity/stc-manager.git] / src / helper / helper-net-cls.c
old mode 100644 (file)
new mode 100755 (executable)
index faa5942..3f460f7
@@ -80,7 +80,6 @@ static stc_error_e __get_classid_from_cgroup(const char *cgroup,
 
        int ret = cgroup_read_node_uint32(buf, CLASSID_FILE_NAME, classid);
        if (ret < 0) {
-               STC_LOGE("Can't read classid from cgroup %s", buf); //LCOV_EXCL_LINE
                *classid = STC_UNKNOWN_CLASSID;
                return STC_ERROR_NO_DATA;
        }