mirror of
https://review.haiku-os.org/haiku
synced 2025-02-22 05:29:17 +01:00
Added \n to the debug strings, so we get the output
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13279 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
18cbc4ff3d
commit
025793417a
@ -99,11 +99,11 @@ TTimeWindow::InitWindow()
|
||||
|
||||
f_TimeSettings = new TSettingsView(bounds);
|
||||
if (f_BaseView->StartWatchingAll(f_TimeSettings) != B_OK)
|
||||
printf("StartWatchingAll(TimeSettings) failed!!!");
|
||||
printf("StartWatchingAll(TimeSettings) failed!!!\n");
|
||||
|
||||
f_TimeZones = new TZoneView(bounds);
|
||||
if (f_BaseView->StartWatchingAll(f_TimeZones) != B_OK)
|
||||
printf("TimeZones->StartWatchingAll(TimeZone) failed!!!");
|
||||
printf("TimeZones->StartWatchingAll(TimeZone) failed!!!\n");
|
||||
// add tabs
|
||||
BTab *tab;
|
||||
tab = new BTab();
|
||||
|
Loading…
x
Reference in New Issue
Block a user