Skip to content

Commit 46e4f46

Browse files
authored
Merge pull request #231 from kzys/pass-log
Pass the logger to a new stubDriveHandler correctly
2 parents d2a7b17 + 8c5d9bc commit 46e4f46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/drive_handler.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ type stubDriveHandler struct {
5454
func newStubDriveHandler(path string, logger *logrus.Entry) stubDriveHandler {
5555
return stubDriveHandler{
5656
RootPath: path,
57+
logger: logger,
5758
}
5859
}
5960

0 commit comments

Comments
 (0)