git://wimlib.net
/
wimlib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ccfc889
)
update_image: tweak error message for SNAPSHOT mode unsupported
author
Eric Biggers
<ebiggers3@gmail.com>
Sun, 17 Jan 2016 23:06:10 +0000
(17:06 -0600)
committer
Eric Biggers
<ebiggers3@gmail.com>
Sun, 17 Jan 2016 23:09:20 +0000
(17:09 -0600)
src/update_image.c
patch
|
blob
|
history
diff --git
a/src/update_image.c
b/src/update_image.c
index 85de4249f3435206c3fb46de9e3beff2a12fa490..c24ee1947ba498b9edd0fe0284d4f4580840af14 100644
(file)
--- a/
src/update_image.c
+++ b/
src/update_image.c
@@
-1234,7
+1234,7
@@
check_add_command(struct wimlib_update_command *cmd,
/* Currently, SNAPSHOT means Windows VSS. In the future, it perhaps
* could be implemented for other types of snapshots, such as btrfs. */
if (add_flags & WIMLIB_ADD_FLAG_SNAPSHOT) {
/* Currently, SNAPSHOT means Windows VSS. In the future, it perhaps
* could be implemented for other types of snapshots, such as btrfs. */
if (add_flags & WIMLIB_ADD_FLAG_SNAPSHOT) {
- ERROR("Snapshot mode is only supported on Windows
(VSS)
");
+ ERROR("Snapshot mode is only supported on Windows
, where it uses VSS.
");
return WIMLIB_ERR_UNSUPPORTED;
}
#endif
return WIMLIB_ERR_UNSUPPORTED;
}
#endif