git://scientific.zcu.cz
/
dmlite-plugins-vfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b3c69c
)
Fix build with debugging switched off.
author
František Dvořák
<valtri@civ.zcu.cz>
Tue, 10 Dec 2013 18:22:17 +0000
(19:22 +0100)
committer
František Dvořák
<valtri@civ.zcu.cz>
Sun, 23 Feb 2014 13:16:21 +0000
(14:16 +0100)
src/VfsNs.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/VfsNs.cpp
b/src/VfsNs.cpp
index
f7d5d1d
..
da7c898
100644
(file)
--- a/
src/VfsNs.cpp
+++ b/
src/VfsNs.cpp
@@
-2121,7
+2121,7
@@
void VfsCatalog::rfnDelete(const std::string& path, const std::string& rfn) thro
} catch (DmException e) {
// not critical, but log a warning
#ifndef DEBUG
- syslog(LOG_WARN, "%s", e.what());
+ syslog(LOG_WARN
ING
, "%s", e.what());
#endif
}
}