Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix a bug of terminal log printing #40

Merged
merged 1 commit into from
Dec 23, 2020
Merged

Conversation

iotdog
Copy link
Contributor

@iotdog iotdog commented Dec 22, 2020

What this PR does:
fix a bug of terminal log printing: Fprint should be Fprintf

Which issue(s) this PR fixes:

Fixes #39

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


Fprint should be Fprintf
@codecov-io
Copy link

codecov-io commented Dec 22, 2020

Codecov Report

Merging #40 (2c81d49) into master (d5cb050) will not change coverage.
The diff coverage is 66.66%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #40   +/-   ##
=======================================
  Coverage   78.27%   78.27%           
=======================================
  Files          26       26           
  Lines        2366     2366           
=======================================
  Hits         1852     1852           
  Misses        413      413           
  Partials      101      101           
Impacted Files Coverage Δ
log/color.go 61.29% <66.66%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d5cb050...2c81d49. Read the comment docs.

@AlexStocks AlexStocks merged commit 0384227 into dubbogo:master Dec 23, 2020
AlexStocks added a commit that referenced this pull request Dec 23, 2020
fix a bug of terminal log printing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

log里面的CInfo不能输出传入字符串
3 participants