mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-22 06:47:56 +01:00
Oh whoops handle that
This commit is contained in:
parent
3075e1c027
commit
e7358838d5
@ -51,7 +51,7 @@ impl AuditLog {
|
|||||||
let mut ser = Serializer::new(&mut writer);
|
let mut ser = Serializer::new(&mut writer);
|
||||||
line.serialize(&mut ser)
|
line.serialize(&mut ser)
|
||||||
.expect("failed to serialize audit log line");
|
.expect("failed to serialize audit log line");
|
||||||
writer.write("\n".as_bytes())?;
|
writer.write_all("\n".as_bytes())?;
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user