Fixup: Member name

This commit is contained in:
Matthias Beyer 2015-12-02 12:29:04 +01:00
parent 9231049e30
commit 05a9803c05
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ impl StorageBackendError {
StorageBackendError {
action: String::from(action),
desc: String::from(desc),
dataDump: data,
data_dump: data,
caused_by: None,
}
}