Skip to content

Commit 8e3506e

Browse files
committed
fix log id and message
1 parent 1d245e5 commit 8e3506e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/compass-workspaces/src/stores/workspaces.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -778,9 +778,9 @@ const fetchDatabaseInfo = (
778778
}
779779
} catch (err) {
780780
logger.debug(
781-
'Collection Metadata',
782-
logger.mongoLogId(1_001_000_306),
783-
'Error fetching collection metadata for tab',
781+
'Database Metadata',
782+
logger.mongoLogId(1_001_000_339),
783+
'Error fetching database metadata for tab',
784784
{ namespace: workspaceOptions.namespace },
785785
err
786786
);

0 commit comments

Comments
 (0)