diff options
Diffstat (limited to 'core/src/debug.lua')
-rw-r--r-- | core/src/debug.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/debug.lua b/core/src/debug.lua index 1be40348e..a56400f34 100644 --- a/core/src/debug.lua +++ b/core/src/debug.lua @@ -1,2 +1,2 @@ -module("ffluci.debug", package.seeall) +module("luci.debug", package.seeall) __file__ = debug.getinfo(1, 'S').source:sub(2)
\ No newline at end of file |