Skip to content

Commit

Permalink
chore: added extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalaber committed Apr 2, 2024
1 parent 5fceffa commit bbb7079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v3
- name: Run build with Gradle Wrapper
run: ./gradlew build
run: ./gradlew build --debug
# Execute unit tests
- name: Unit Test
run: ./gradlew testDebugUnitTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ class DevCycleClient private constructor(
if (isExecuting.get()) {
configRequestQueue.add(UserAndCallback(updatedUser, callback))
DevCycleLogger.d("Queued identifyUser request for user_id %s", updatedUser.userId)
println("Queued identifyUser request for user_id: " + updatedUser.userId)
return
}

Expand Down

0 comments on commit bbb7079

Please sign in to comment.