]> sourceware.org Git - systemtap.git/commit
PR14927: change error messages from using warn/x() to staperror()
authorJonathan Lebon <jlebon@redhat.com>
Tue, 9 Jul 2013 19:11:23 +0000 (15:11 -0400)
committerJonathan Lebon <jlebon@redhat.com>
Tue, 9 Jul 2013 19:37:10 +0000 (15:37 -0400)
commit145004e9cc1a6068c589e2020c778d637647cdbd
tree8495a31dde795d54bd9bb5d6cf5490017bdaebfa
parent0dd40eb5881ed773f86d38feae8db0cf9a63d976
PR14927: change error messages from using warn/x() to staperror()

There are two main reasons for this:
1. Using staperror() will preface the errors with an "ERROR:" string,
   which may be colored, depending on the coloring mode.
2. The use of warn() and family are not recommended as they are provided
   only for compatibility with BSD.
stapdyn/dynutil.cxx
This page took 0.026245 seconds and 5 git commands to generate.