summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/main.rs b/bin/main.rs
index 9373afd..fd0b4ab 100644
--- a/bin/main.rs
+++ b/bin/main.rs
@@ -144,7 +144,7 @@ fn main() {
if let Some(disabled_plugins) = disabled_plugins {
for name in disabled_plugins {
if let None = bot.remove_plugin(name) {
- error!("{:?} was not found - could not disable", name);
+ error!("\"{}\" was not found - could not disable", name);
}
}
}