aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2018-02-13 21:37:58 +0100
committerJokler <jokler.contact@gmail.com>2018-02-13 21:42:26 +0100
commit32e59aa3cc6567b909ab995a4e69beb12bdf0322 (patch)
treeef8fdd610c3062debf8e6cae6bc084cc139c12be /bin
parent2c6351d2c8dea5b782b2e6b52b8847426722a60a (diff)
downloadfrippy-32e59aa3cc6567b909ab995a4e69beb12bdf0322.tar.gz
frippy-32e59aa3cc6567b909ab995a4e69beb12bdf0322.zip
Add download function & fromurl command
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);
}
}
}