This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix for MessageQueue error logging, per request of
@bloodskilled
tags/docs-0.9
Christopher F
9 years ago
parent
b5f4e1004d
commit
e2425d5f67
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Discord.Net/MessageQueue.cs
+ 1
- 1
src/Discord.Net/MessageQueue.cs
View File
@@ -134,7 +134,7 @@ namespace Discord.Net
catch (Exception ex)
{
msg.State = MessageState.Failed;
_logger.Error("Failed to send message", ex);
_logger.Error("Failed to send message
to {msg.Server?.Id}/{msg.Channel?.Id}
", ex);
}
}
}
Write
Preview
Loading…
Cancel
Save