Issue 16053 - DEBUG message: SIOCGIFADDR got '00:00:00:00:00:00
Summary: DEBUG message: SIOCGIFADDR got '00:00:00:00:00:00
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC
Hardware: All Linux, all
: P4 Trivial (vote)
Target Milestone: OOo 1.1 RC
Assignee: hennes.rohling
QA Contact: issues@porting
URL:
Keywords:
: 16052 (view as issue list)
Depends on:
Blocks:
 
Reported: 2003-06-25 09:00 UTC by pavel
Modified: 2003-06-27 19:48 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2003-06-25 09:01:11 UTC
Hi,

sal/osl/unx/util.c contains debug messages which are still printed to stderr:

sal/osl/unx/util.c:             fprintf(stderr, "SIOCGIFADDR got
'00:00:00:00:00:00'\n");

It should be commented out to prevent too many questions from users :-)

I'm not connected via ethernet now, so DHCP running on eth0 did not received any
reply thus SIOCGIFADDR got 00::00.
Comment 1 pavel 2003-06-25 09:08:27 UTC
*** Issue 16052 has been marked as a duplicate of this issue. ***
Comment 2 pavel 2003-06-25 20:51:36 UTC
Martin,

are you the default person to assing issue from every component? :-)
Could I commit this?

-    fprintf(stderr, "SIOCGIFADDR got '00:00:00:00:00:00'\n");
+/*    fprintf(stderr, "SIOCGIFADDR got '00:00:00:00:00:00'\n");*/
Comment 3 Martin Hollmichel 2003-06-26 12:23:29 UTC
mh->hro: please review.
Comment 4 hennes.rohling 2003-06-26 15:19:55 UTC
Started
Comment 5 hennes.rohling 2003-06-27 15:42:13 UTC
Fixed in cws_srx645_ooo11rc
Comment 6 pavel 2003-06-27 19:48:55 UTC
Thanks!