Compare commits

...

1 Commits

Author SHA1 Message Date
Bennett Buchanan fe391ec785 FT: Return logProxy from openRecordLog 2017-08-11 23:23:02 -07:00
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class MetadataFileClient {
return done(err);
}
this.logger.info('connected to record log service', { url });
return done();
return done(null, logProxy);
});
return logProxy;
}