added scheduler watchdog members to sys/scheduler console dir
[senf.git] / senf / Utils / Daemon / Daemon.cc
index ec9bd58..0923647 100644 (file)
@@ -69,7 +69,7 @@ prefix_ senf::Daemon::~Daemon()
     if (pidfileCreated_) {
         try {
             LIBC_CALL( ::unlink, (pidfile_.c_str()) );
-        } catch (Exception e) {
+        } catch (Exception & e) {
             // e << "; could not unlink " << pidfile_.c_str();
             // throw;
         }