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:
5583aa6
)
win32_capture_streams(): Only warn on stream lookup fail
author
Eric Biggers
<ebiggers3@gmail.com>
Sun, 28 Apr 2013 04:56:27 +0000
(23:56 -0500)
committer
Eric Biggers
<ebiggers3@gmail.com>
Sun, 28 Apr 2013 04:56:27 +0000
(23:56 -0500)
src/win32.c
patch
|
blob
|
history
diff --git
a/src/win32.c
b/src/win32.c
index eb198525ee08332277518040522d20638be34c88..aec728fe17e4f319b6ee50daf945a5f137f588d8 100644
(file)
--- a/
src/win32.c
+++ b/
src/win32.c
@@
-1045,10
+1045,10
@@
win32_capture_streams(const wchar_t *path,
return 0;
} else {
if (err == ERROR_ACCESS_DENIED) {
-
ERROR
("Failed to look up data streams "
- "of \"%ls\": Access denied!\n%ls",
- path, capture_access_denied_msg);
- return
WIMLIB_ERR_READ
;
+
WARNING
("Failed to look up data streams "
+
"of \"%ls\": Access denied!\n%ls",
+
path, capture_access_denied_msg);
+ return
0
;
} else {
ERROR("Failed to look up data streams "
"of \"%ls\"", path);