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:
parent
0e726a5684
commit
568e0bdbf4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user