mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #41] [MERGED] Use log instead of print #200
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#200
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ramsayleung/rspotify/pull/41
Author: @braincow
Created: 5/29/2019
Status: ✅ Merged
Merged: 5/30/2019
Merged by: @ramsayleung
Base:
master← Head:use_log_instead_of_print📝 Commits (3)
2d1bba9uses log crate macros instead of println to outputda6f508removed dummy debug message94ddffddont use trace! in tests📊 Changes
3 files changed (+20 additions, -21 deletions)
View changed files
📝
src/spotify/client.rs(+6 -6)📝
src/spotify/oauth2.rs(+11 -11)📝
src/spotify/util.rs(+3 -4)📄 Description
Use log crate macros instead of println! in multiple locations in code. This makes the console more readable since its not flooded with debug messages (unless so chosen with RUST_LOG=debug) all the time.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.