~ubuntu-branches/ubuntu/vivid/xf86-input-wacom/vivid

« back to all changes in this revision

Viewing changes to src/xf86Wacom.c

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2012-09-06 12:32:15 UTC
  • Revision ID: package-import@ubuntu.com-20120906123215-wrtxr03l816dmcxa
Tags: 1:0.17.0-0ubuntu1
* New upstream release.
* watch: Upstream uses bz2 now.
* Add-LogMessageVerbSigSafe-to-fake-symbols.diff: Fix a distcheck failure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
652
652
                /* for all other errors, hope that the hotplugging code will
653
653
                 * remove the device */
654
654
                if (errno != EAGAIN && errno != EINTR)
655
 
                        xf86Msg(X_ERROR, "%s: Error reading wacom device : %s\n", pInfo->name, strerror(errno));
 
655
                        LogMessageVerbSigSafe(X_ERROR, 0,
 
656
                                              "%s: Error reading wacom device : %s\n", pInfo->name, strerror(errno));
656
657
                return;
657
658
        }
658
659