mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-15 21:58:24 +00:00
committed by
Christian Helmuth
parent
1baf844e20
commit
66feb939e6
@ -2234,7 +2234,9 @@ class Main
|
||||
log("List snapshots (command ID ", cmd.id(), ")");
|
||||
for (unsigned idx { 0 }; idx < sizeof(ids.values) / sizeof(ids.values[0]); idx++) {
|
||||
if (ids.values[idx] != 0) {
|
||||
log(" Snapshot #", snap_nr, " is generation ", ids.values[idx]);
|
||||
log(" Snapshot #", snap_nr, " is generation ",
|
||||
(uint64_t)ids.values[idx]);
|
||||
|
||||
snap_nr++;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user