diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-11-04 09:32:01 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-11-04 09:32:01 +0000 |
| commit | 73a617fbd52d39eb0fbb7916d6e6fbdff30a5aa3 (patch) | |
| tree | 1495e1d4b17387d9fb0f860314ab94e28c66c0f7 /codegen.py | |
| parent | ee42bbe7c2fb736559989c24fa3fdcf0cc8792a6 (diff) | |
| download | rabbitmq-server-git-73a617fbd52d39eb0fbb7916d6e6fbdff30a5aa3.tar.gz | |
be more assertive in property decoding
Diffstat (limited to 'codegen.py')
| -rw-r--r-- | codegen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen.py b/codegen.py index 9483e85438..d418e76d35 100644 --- a/codegen.py +++ b/codegen.py @@ -249,7 +249,7 @@ def genErl(spec): 'R' + i, 'L' + i, 'S' + i, 'X' + i)) if len(c.fields) == 0: - print "decode_properties(%d, _) ->" % (c.index,) + print "decode_properties(%d, <<>>) ->" % (c.index,) else: print ("decode_properties(%d, %s) ->" % (c.index, presentBin(c.fields))) |
