mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
cmirrord: fix cut&paste
This commit is contained in:
parent
fb4584b83d
commit
865b9d3701
@ -1,5 +1,6 @@
|
||||
Version 2.02.97 -
|
||||
===============================
|
||||
Print clean_bits in pull_state, fix cut&paste typo in cmirrord.
|
||||
Add tests for errors from closedir(), close() in cmirrord.
|
||||
Fix missing sync of filesystem when creating thin volume snapshot.
|
||||
|
||||
|
@ -1875,7 +1875,7 @@ int pull_state(const char *uuid, uint64_t luid,
|
||||
|
||||
LOG_DBG("[%s] loading clean_bits:", SHORT_UUID(lc->uuid));
|
||||
|
||||
print_bits(lc->sync_bits, 0);
|
||||
print_bits(lc->clean_bits, 0);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user