Changeset 1512
- Timestamp:
- 06/02/04 15:21:38 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/tool.py
r1497 r1512 22 22 # 23 23 # $Log$ 24 # Revision 1.92 2004/06/02 13:21:38 jalet 25 # Debug message added 26 # 24 27 # Revision 1.91 2004/05/25 05:17:52 jalet 25 28 # Now precomputes the job's size only if current printer's enforcement … … 850 853 # computation is just an indication of what the 851 854 # job's size MAY be. 852 self.logger.log_message(_("Unable to precompute the job's size with the generic PDL analyzer ."), "warn")855 self.logger.log_message(_("Unable to precompute the job's size with the generic PDL analyzer : %s") % msg, "warn") 853 856 return 0 854 857 else :