mirror of
https://github.com/denoland/deno.git
synced 2025-03-06 02:52:05 -05:00
log -> debug
This commit is contained in:
parent
0486303c59
commit
aa145fd378
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ impl PluginHost {
|
|||
deno_core::serde_v8::from_v8(scope, plugins_info)?;
|
||||
self
|
||||
.logger
|
||||
.log(&format!("Plugins installed: {}", infos.len()));
|
||||
.debug(&format!("Plugins installed: {}", infos.len()));
|
||||
|
||||
Ok(infos)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue