Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
Trivial fix and rebase with master
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaomin Chen committed Jul 23, 2017
1 parent bace00a commit d19cf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_plugin/vmdk_plugin/main_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func startDaemon() {
log.Fatal("Failed to create the service: ", err)
}

logger, err = svc.Logger(nil)
logger, err := svc.Logger(nil)
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit d19cf87

Please sign in to comment.