Skip to content

Commit

Permalink
Don't use printf
Browse files Browse the repository at this point in the history
  • Loading branch information
halfmexican committed Apr 22, 2024
1 parent fdaacae commit e8f84ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/combined_emoji.vala
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ namespace Mingle {
string reason = message.reason_phrase;

if (status_code != 200) {
stderr.printf ("Status Code: %x\n Reason: %s", status_code, reason);
warning ("Status Code: %x\n Reason: %s", status_code, reason);
}

return input_stream;
Expand Down

0 comments on commit e8f84ab

Please sign in to comment.