Skip to content

Commit dacbbf0

Browse files
committed
fix: rewrite confusing log message
1 parent 2332602 commit dacbbf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/src/helpers.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ async function refresh_associations_cache(){
277277
/** @type BaseDatabaseAccessService */
278278
const db = services.get('database').get(DB_READ, 'apps');
279279

280-
const log = services.get('log-service').create('refresh_apps_cache');
281-
log.tick('refresh associations cache');
280+
const log = services.get('log-service').create('helpers.js');
281+
log.tick('refresh file associations');
282282
const associations = await db.read('SELECT * FROM app_filetype_association');
283283
const lists = {};
284284
for ( const association of associations ) {

0 commit comments

Comments
 (0)