actually print the color_which which fails (ie in Cortex)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16986 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
01aa08639d
commit
9d6b4ad586
@ -730,7 +730,7 @@ ui_color(color_which which)
|
||||
case B_FAILURE_COLOR:
|
||||
return make_color(255,0,0);
|
||||
default:
|
||||
fprintf(stderr, "ui_color(): unknown color_which\n");
|
||||
fprintf(stderr, "ui_color(): unknown color_which %d\n", which);
|
||||
return make_color(0,0,0);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user