Dev commited on 2018-06-17 10:03:33
Showing 1 changed files, with 1 additions and 1 deletions.
... | ... |
@@ -178,7 +178,7 @@ module RCM |
178 | 178 |
next |
179 | 179 |
end |
180 | 180 |
|
181 |
- @logger.info("#{path} is not present on disk.") |
|
181 |
+ @logger.info("#{path} is not in expected state on disk.") |
|
182 | 182 |
status = @file_mgr.copy(file_obj) |
183 | 183 |
@file_mgr.apply_attributes(file_obj) if status == 0 |
184 | 184 |
|
185 | 185 |