~ubuntu-branches/ubuntu/vivid/ctdb/vivid-proposed

« back to all changes in this revision

Viewing changes to lib/tevent/tevent_util.c

  • Committer: Package Import Robot
  • Author(s): Mathieu Parent
  • Date: 2011-11-06 15:18:59 UTC
  • mfrom: (1.2.14)
  • Revision ID: package-import@ubuntu.com-20111106151859-41lblk8ml4es7ra3
Tags: 1.11+git20111102-1
* New upstream release
  - removed 92-apache-service-enable.diff: integrated 
  - removed 99-fix-broken-readdir-test.diff: integrated
* d/rules, d/control, d/compat:
  - converted to dh (% target and dh_auto_*)
  - moved to compat level 9 (buildeps upgraded)
  - dh9 enabled hardening build flags
  - added hardening=+bindnow
  - dh9 enabled multiarch
    + Don't use /use/lib64 on ppc64 (Closes: #644907)
    + libctdb-dev is Multi-Arch: same
    + removed 10_no-lib64.diff: not needed with multiarch
* ctdb.init:
  - removed gettext support
  - synced with upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
        if (!tevent_timeval_is_zero(&tevent_after_wait_ts)) {
108
108
                diff = tevent_timeval_until(&tevent_after_wait_ts, &now);
109
109
                if (diff.tv_sec > 3) {
110
 
                        tevent_debug(ev, TEVENT_DEBUG_FATAL,  __location__ 
 
110
                        tevent_debug(ev, TEVENT_DEBUG_ERROR,  __location__ 
111
111
                                     " Handling event took %d seconds!",
112
112
                                     (int) diff.tv_sec);
113
113
                }