Skip to content

Commit

Permalink
Fixing logline line in _initializeStream (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidt-sebastian authored Oct 3, 2017
1 parent 6582cbe commit b07b98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ class Firestore extends commonGrpc.Service {
);
resultStream.write(request, 'utf-8', () => {
Firestore.log(
'Firestore.readWriteStream',
'Firestore._initializeStream',
'Marking stream as healthy'
);
releaseStream();
Expand Down

0 comments on commit b07b98c

Please sign in to comment.