diff options
Diffstat (limited to 'auto_source.js')
-rw-r--r-- | auto_source.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_source.js b/auto_source.js index 74cb43e..8dccbda 100644 --- a/auto_source.js +++ b/auto_source.js @@ -143,7 +143,7 @@ let INFO = if (typeof liberator.plugins[ctx.NAME] === 'undefined') liberator.plugins[ctx.NAME] = ctx; } else { - liberator.echoerr('plugin_loader.js: context not found (' + filepath + ')'); + liberator.echoerr('auto_source.js: context not found (' + filepath + ')'); } } } |