From: František Dvořák Date: Tue, 10 Dec 2013 18:22:17 +0000 (+0100) Subject: Fix build with debugging switched off. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=b514544f05e3e90f73714303dcf485d3028042b6;p=dmlite-plugins-vfs-old.git Fix build with debugging switched off. --- diff --git a/src/VfsNs.cpp b/src/VfsNs.cpp index f7d5d1d..da7c898 100644 --- 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_WARNING, "%s", e.what()); #endif } }