Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvz committed Mar 22, 2023
1 parent 0900961 commit 9dcc6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/blob/nodeserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ func waitForMount(path string, intervel, timeout time.Duration) error {
return err
}
if !notMount {
klog.V(2).Infof("blobfuse mount at %s success", path)
klog.Infof("blobfuse mount at %s success", path)
return nil
}
case <-timeAfter:
Expand Down

0 comments on commit 9dcc6fa

Please sign in to comment.