Issue 80558 - Message "BM: Conversion routine called" appears on console when loading binary document with chart
Summary: Message "BM: Conversion routine called" appears on console when loading binar...
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All Unix, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: bjoern.milcke
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-10 08:31 UTC by bjoern.milcke
Modified: 2013-02-24 21:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Patch for the fix (832 bytes, patch)
2007-08-10 08:44 UTC, bjoern.milcke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description bjoern.milcke 2007-08-10 08:31:27 UTC
This happens also for product builds, it is no OSL_TRACE but instead a simple
fprintf( stderr ).

Seems to be a leftover debug mark. See attached patch for a fix.
Comment 1 bjoern.milcke 2007-08-10 08:44:33 UTC
Created attachment 47455 [details]
Patch for the fix
Comment 2 bjoern.milcke 2008-01-16 09:59:47 UTC
changing target
Comment 3 bjoern.milcke 2008-02-12 17:18:26 UTC
Changing target.
Comment 4 clippka 2008-03-05 14:15:55 UTC
verified that the patch is in this cws
Comment 5 clippka 2008-03-05 14:16:31 UTC
mark issue as verified
Comment 6 bjoern.milcke 2008-05-13 16:14:46 UTC
Seems to be ok in the master (checked DEV300.m10).

->CL: Why didn't you apply the patch but instead commented-out the fprintf
statement, and why did you comment out the "DBG_BF_ASSERT(0, "STRIP");" line?