diff --git a/src/log.mjs b/src/log.mjs index 37197d3..3caf426 100644 --- a/src/log.mjs +++ b/src/log.mjs @@ -8,7 +8,7 @@ export function log(...args) { export function enableDebug(active) { DEBUG = !!active; - log("PawSQLite-WebSQL-Adapter: debugging " + ( + log("PawSQLite-Node-Adapter: debugging " + ( DEBUG ? "enabled" : "disabled") ); } \ No newline at end of file