Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path for control thread log file is wrong under some circumstances #10

Closed
boniek83 opened this issue Jan 27, 2014 · 2 comments
Closed

Comments

@boniek83
Copy link

Running with "-l hiccup -c" causes control thread log file to be written in / where normal users don't have privileges to write.

@boniek83
Copy link
Author

Removing
if (parentFileNamePart == null) {
parentFileNamePart = "";
}
fixes this issue. BTW my OS is Linux.

@giltene
Copy link
Owner

giltene commented Jan 29, 2014

Thanks for pointing this out.
Fixed with 17e91fe

@giltene giltene closed this as completed Jan 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants