Skip to content

Commit 666b0dd

Browse files
fix: log of fetch sc
1 parent a91016f commit 666b0dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CountlyServerConfig.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,12 +317,12 @@ - (void)fetchServerConfigIfTimeIsUp
317317

318318
- (void)fetchServerConfig:(CountlyConfig *)config
319319
{
320-
CLY_LOG_D(@"Fetching server configs...");
320+
CLY_LOG_D(@"%s, fetching sdk behavior settings", __FUNCTION__);
321321

322322
if (_serverConfigUpdatesDisabled) {
323+
CLY_LOG_D(@"%s, sdk behavior settings updates disabled, omitting fetch", __FUNCTION__);
323324
return;
324325
}
325-
CLY_LOG_D(@"Fetching server configs...");
326326

327327
if (CountlyDeviceInfo.sharedInstance.isDeviceIDTemporary)
328328
return;

0 commit comments

Comments
 (0)