1
0
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:
Zdenek Kabelac 2012-06-19 23:47:02 +02:00
parent fb4584b83d
commit 865b9d3701
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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;