Skip to content

Commit

Permalink
Add a space between "diskerror_event" and "store"
Browse files Browse the repository at this point in the history
Signed-off-by: weidongkl <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
weidongkx authored and mchehab committed Oct 23, 2023
1 parent 160adcf commit 885e546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ras-record.c
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ int ras_store_diskerror_event(struct ras_events *ras, struct diskerror_event *ev

if (!priv || !priv->stmt_diskerror_event)
return 0;
log(TERM, LOG_INFO, "diskerror_eventstore: %p\n", priv->stmt_diskerror_event);
log(TERM, LOG_INFO, "diskerror_event store: %p\n", priv->stmt_diskerror_event);

sqlite3_bind_text(priv->stmt_diskerror_event, 1, ev->timestamp, -1, NULL);
sqlite3_bind_text(priv->stmt_diskerror_event, 2, ev->dev, -1, NULL);
Expand Down

0 comments on commit 885e546

Please sign in to comment.