Skip to content

Commit 4b7d5c3

Browse files
authored
chore(storage-mixin): fix splice-disk-ipc debug channel (#3436)
1 parent 0b6f35b commit 4b7d5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/storage-mixin/lib/backends/splice-disk-ipc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var mergeSpliceResults = require('./util').mergeSpliceResults;
1010
var inherits = require('util').inherits;
1111
var TestBackend = require('./test');
1212

13-
var debug = require('debug')('mongodb-storage-mixin:backends:splice-disk');
13+
var debug = require('debug')('mongodb-storage-mixin:backends:splice-disk-ipc');
1414

1515
function SpliceDiskIpcBackend(options) {
1616
// replace with tests backend

0 commit comments

Comments
 (0)