File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -322,9 +322,9 @@ impl KVStore for FilesystemStore {
322
322
323
323
// If we otherwise don't find a file at the given path something went wrong.
324
324
if !metadata. is_file ( ) {
325
- debug_assert ! ( false , "Failed to list keys of {}/{}: file is not present ." ,
325
+ debug_assert ! ( false , "Failed to list keys of {}/{}: file coulnd't be accessed ." ,
326
326
PrintableString ( namespace) , PrintableString ( sub_namespace) ) ;
327
- let msg = format ! ( "Failed to list keys of {}/{}: file is not present ." ,
327
+ let msg = format ! ( "Failed to list keys of {}/{}: file couldn't be accessed ." ,
328
328
PrintableString ( namespace) , PrintableString ( sub_namespace) ) ;
329
329
return Err ( std:: io:: Error :: new ( std:: io:: ErrorKind :: Other , msg) ) ;
330
330
}
You can’t perform that action at this time.
0 commit comments