Comment 2 for bug 1201767

Revision history for this message
Jiri Popelka (jpopelka) wrote : Re: bad error logging when hpfax initialization fails

The same problem applies to prnt/filters/hpps

Traceback (most recent call last):
  File "/usr/lib/cups/filter/hpps", line 86, in <module>
    bug("Error importing HPLIP modules:%s %s\n" % (pid, e))
  File "/usr/lib/cups/filter/hpps", line 52, in bug
    log.stderr("ERROR: %s" % m)
NameError: global name 'log' is not defined

Local variables in innermost frame:
m: 'Error importing HPLIP modules:2972 No module named base.g\n'