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=2c7d186910a4792062405f2fabb15b17ec2cdbdf;p=dmlite-plugins-vfs.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 } }