mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 08:47:56 +00:00
logging: Correct the code notes
Fix wrong notes for func GetSandboxesStoragePathRust() Fixes: #6394 Signed-off-by: yanggang <gang.yang@daocloud.io>
This commit is contained in:
parent
785310fe18
commit
b6880c60d3
@ -307,7 +307,7 @@ func GetSandboxesStoragePath() string {
|
|||||||
return "/run/vc/sbs"
|
return "/run/vc/sbs"
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetSandboxesStoragePath returns the storage path where sandboxes info are stored in runtime-rs
|
// GetSandboxesStoragePathRust returns the storage path where sandboxes info are stored in runtime-rs
|
||||||
func GetSandboxesStoragePathRust() string {
|
func GetSandboxesStoragePathRust() string {
|
||||||
return "/run/kata"
|
return "/run/kata"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user