diff --git a/src/preferences/time/ZoneView.cpp b/src/preferences/time/ZoneView.cpp index fa65362b35..9a55133ec0 100644 --- a/src/preferences/time/ZoneView.cpp +++ b/src/preferences/time/ZoneView.cpp @@ -496,7 +496,7 @@ TZoneView::SetTimeZone() // create new BDirectory dir(target.Path()); if (dir.CreateSymLink(path.Path(), target.Path(), NULL) != B_OK) - printf("timezone not linked\n"); + fprintf(stderr, "timezone not linked\n"); // update environment