jesd204sync: improve messaging

pull/1259/head
Sebastien Bourdeauducq 2019-01-28 18:37:46 +08:00
parent 145f08f3fe
commit b9e3fab49c
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ fn sysref_cal_dac(dacno: u8) -> Result<u8, &'static str> {
}
}
info!(" ...done, value={}", delay);
info!(" ...done, delay={}", delay);
Ok(delay)
}