cairo: Include command name in error messages.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 12 Jan 2013 17:43:18 +0000 (09:43 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 12 Jan 2013 17:43:18 +0000 (09:43 -0800)
commit28eca4587a828fdf17f0e264f804f7d1965d014c
treec8324bba6c065ca5c74c2b0933a058d9cc4ab39e
parentb47cdc3c2698d27b76da438eecc2789685d2774f
cairo: Include command name in error messages.

Commit ddb7b52128d8 (output: Make errors, warnings, and notes into a new
"message_item".) changed command name tracking to a responsibility of
individual output drivers, and converted the output drivers to do it.
However, the conversion of the cairo driver was incomplete.  This commit
fixes that problem.

Reported by John Darrington.
src/output/cairo.c