add: debug SA id
Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
This commit is contained in:
parent
6da497c4a5
commit
7024bf7dee
|
@ -95,7 +95,10 @@ impl UpdateInfo {
|
|||
|
||||
debug!("Parser {key} content");
|
||||
match key.as_str() {
|
||||
"id" => self.id = xmlreader.next_characters(),
|
||||
"id" => {
|
||||
self.id = xmlreader.next_characters();
|
||||
debug!("handle SA: {}", self.id);
|
||||
},
|
||||
"title" => self.title = xmlreader.next_characters(),
|
||||
"severity" => {
|
||||
self.severity = xmlreader.next_characters().parse::<Severity>().unwrap()
|
||||
|
|
Loading…
Reference in New Issue
Block a user