asaudit: make error more explicit

This commit is contained in:
aiju 2018-07-11 12:23:48 +01:00
parent 83de8c0f5f
commit 911df94e5d

View file

@ -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");