diff options
Diffstat (limited to 'bindings/php5/php_code.py')
| -rw-r--r-- | bindings/php5/php_code.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/php5/php_code.py b/bindings/php5/php_code.py index bce43ca1..76bae23d 100644 --- a/bindings/php5/php_code.py +++ b/bindings/php5/php_code.py @@ -365,7 +365,7 @@ function lassoRegisterIdWsf2DstService($prefix, $href) { elif type == '%': # %TRUE, %FALSE if var in ('TRUE', 'FALSE'): return var - print >> sys.stderr, 'W: unknown docstring thingie: %s' % s.group(1) + print >> sys.stderr, 'W: unknown docstring thingie \'%s\' in \'%s\'' % (s.group(1), func.docstring.orig_docstring) elif type == '@': if var == first_arg_name: return '$this' |
