diff options
| author | Jokler <jokler.contact@gmail.com> | 2018-02-13 21:37:58 +0100 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2018-02-13 21:42:26 +0100 |
| commit | 32e59aa3cc6567b909ab995a4e69beb12bdf0322 (patch) | |
| tree | ef8fdd610c3062debf8e6cae6bc084cc139c12be /bin/main.rs | |
| parent | 2c6351d2c8dea5b782b2e6b52b8847426722a60a (diff) | |
| download | frippy-32e59aa3cc6567b909ab995a4e69beb12bdf0322.tar.gz frippy-32e59aa3cc6567b909ab995a4e69beb12bdf0322.zip | |
Add download function & fromurl command
Diffstat (limited to 'bin/main.rs')
| -rw-r--r-- | bin/main.rs | 2 |
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); } } } |
