asaudit: make error more explicit
This commit is contained in:
parent
83de8c0f5f
commit
911df94e5d
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ keyfs(void)
|
|||
buf = smprint("/mnt/keys/%s/aeskey", nvr.authid);
|
||||
fd = open(buf, OREAD);
|
||||
if(fd < 0){
|
||||
print("can't get key from keyfs: %r\n");
|
||||
print("BAD: can't get key from keyfs: %r\n");
|
||||
return;
|
||||
}
|
||||
werrstr("short read");
|
||||
|
|
Loading…
Reference in a new issue