Skip to content

Commit

Permalink
use SDKLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed May 23, 2024
1 parent 1f40867 commit f421564
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Sources/MuxUploadSDK/PublicAPI/DirectUpload.swift
Original file line number Diff line number Diff line change
Expand Up @@ -491,12 +491,13 @@ public final class DirectUpload {
videoFile: videoFile
)
} else {
print("""
Detected Nonstandard Reasons
SDKLogger.logger?.debug(
"""
Detected Nonstandard Reasons
\(dump(result.nonStandardInputReasons, indent: 4))
\(dump(result.nonStandardInputReasons, indent: 4))
"""
"""
)

// TODO: inject Date() for testing purposes
Expand Down

0 comments on commit f421564

Please sign in to comment.