aboutsummaryrefslogtreecommitdiff
path: root/common/indexeddb.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/indexeddb.js')
-rw-r--r--common/indexeddb.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/indexeddb.js b/common/indexeddb.js
index 1c6244b..bd87399 100644
--- a/common/indexeddb.js
+++ b/common/indexeddb.js
@@ -215,7 +215,7 @@ async function finalize_transaction(context)
{
for (const uses of Object.values(context.file_uses)) {
if (uses.uses < 0)
- console.error("internal error: uses < 0 for file " + uses.sha256);
+ console.error("Haketilo: internal error: uses < 0 for file " + uses.sha256);
const is_new = uses.new;
const initial_uses = uses.initial;