Skip to content

Commit

Permalink
warning to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
turtledreams committed Dec 15, 2023
1 parent e79667a commit 83db606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/countly.js
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@
if (sdkName === SDK_NAME && sdkVersion === SDK_VERSION) {
log(logLevelEnums.DEBUG, "initialize, SDK name:[" + sdkName + "], version:[" + sdkVersion + "]");
} else {
log(logLevelEnums.WARNING, "initialize, SDK name:[" + sdkName + "], version:[" + sdkVersion + "], default name:[" + SDK_NAME + "] and default version:[" + SDK_VERSION + "]");
log(logLevelEnums.DEBUG, "initialize, SDK name:[" + sdkName + "], version:[" + sdkVersion + "], default name:[" + SDK_NAME + "] and default version:[" + SDK_VERSION + "]");
}
log(logLevelEnums.DEBUG, "initialize, app_key:[" + this.app_key + "], url:[" + this.url + "]");
log(logLevelEnums.DEBUG, "initialize, device_id:[" + getConfig("device_id", ob, undefined) + "]");
Expand Down
2 changes: 1 addition & 1 deletion lib/countly.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 83db606

Please sign in to comment.