Skip to content

Commit b7ac3a6

Browse files
authored
Merge pull request #1 from yuchen0cc/main
fix init-debug.log path
2 parents fe97093 + bcc5f57 commit b7ac3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zdfs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func overlaybdConfPath(dir string) string {
7373
}
7474

7575
func overlaybdInitDebuglogPath(dir string) string {
76-
return filepath.Join(dir, zdfsMetaDir, "init-debug.log")
76+
return filepath.Join(dir, "block", "init-debug.log")
7777
}
7878

7979
func isOverlaybdLayer(dir string) (bool, error) {

0 commit comments

Comments
 (0)