Change-Id: I3bb6664cafc6cae84b6b641e77aa2fa14802c31a
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
%global __provides_exclude_from ^.*\\.extension-calendar
Name: sync-service
-Version: 0.3.32
+Version: 0.3.33
Release: 1
License: Apache-2.0
Summary: Sync manager daemon
if (accountId != -1 && !GetSyncSupport(accountId)) {
/* LCOV_EXCL_START */
- LOG_LOGD("Sync is not enabled for account ID %s", accountId);
+ LOG_LOGD("Sync is not enabled for account ID %d", accountId);
return SYNC_ERROR_SYSTEM;
/* LCOV_EXCL_STOP */
}