File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const defaultOptions = require('./default-options')
19
19
const defaultDatastore = require ( './default-datastore' )
20
20
const ERRORS = require ( './errors' )
21
21
22
- const log = debug ( 'repo' )
22
+ const log = debug ( 'ipfs: repo' )
23
23
24
24
const noLimit = Number . MAX_SAFE_INTEGER
25
25
const AUTO_MIGRATE_CONFIG_KEY = 'repoAutoMigrate'
Original file line number Diff line number Diff line change 3
3
const errors = require ( './errors' )
4
4
const debug = require ( 'debug' )
5
5
6
- const log = debug ( 'repo:lock' )
6
+ const log = debug ( 'ipfs: repo:lock' )
7
7
8
8
const lockFile = 'repo.lock'
9
9
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const path = require('path')
5
5
const debug = require ( 'debug' )
6
6
const { lock } = require ( 'proper-lockfile' )
7
7
8
- const log = debug ( 'repo:lock' )
8
+ const log = debug ( 'ipfs: repo:lock' )
9
9
const lockFile = 'repo.lock'
10
10
11
11
/**
Original file line number Diff line number Diff line change 3
3
const { Buffer } = require ( 'buffer' )
4
4
const Key = require ( 'interface-datastore' ) . Key
5
5
const debug = require ( 'debug' )
6
- const log = debug ( 'repo:version' )
6
+ const log = debug ( 'ipfs: repo:version' )
7
7
8
8
const versionKey = new Key ( 'version' )
9
9
You can’t perform that action at this time.
0 commit comments