~ubuntu-branches/ubuntu/utopic/omnievents/utopic

« back to all changes in this revision

Viewing changes to src/daemon_unix.cc

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Girard, Floris Bruynooghe, Thomas Girard
  • Date: 2011-05-02 23:37:51 UTC
  • Revision ID: james.westby@ubuntu.com-20110502233751-rcuqeodgdxeozao2
Tags: 1:2.6.2-2
[ Floris Bruynooghe ]
* Build-depend on new omniorb packages.

[ Thomas Girard ]
* Add watch file.
* Fix typo in omnievents package description. Thanks to Pascal De Vuyst
  for the report. Closes: #557829.
* Acknowledge NMU patch for #541249. Thanks to Petter Reinholdtsen for the
  patch. Closes: #547545.
* Acknowledge NMU patch for #504864. Thanks, David Paleino!
* Bump Standards-Version: to 3.8.3.
* Switch debhelper level to 7.
* Add ${misc:Depends} where appropriate.
* Bump Standards-Version: to 3.9.2.
* Integrate patch from Ubuntu, thanks Stefan Wehner. Addresses: LP#705020.
* Drop obsolete Conflicts:/Replaces:

Show diffs side-by-side

added added

removed removed

Lines of Context:
285
285
    }
286
286
  }
287
287
  // Send the message.
288
 
  ::syslog(priority,message);
 
288
  ::syslog(priority,"%s",message);
289
289
#ifndef LOG_PERROR
290
290
  // If we don't have LOG_PERROR, then we'll have to manually send
291
291
  // log messages to stderr.