write errors to stderr

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17531 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-05-22 10:36:00 +00:00
parent 0e726a5684
commit 568e0bdbf4

View File

@ -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