Commit 5b6848ab authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

wrsw_hal: create a log file in /tmp instead of /

parent ea6209d9
......@@ -301,7 +301,7 @@ void hal_parse_cmdline(int argc, char *argv[])
int main(int argc, char *argv[])
{
trace_log_file("/hal_log");
trace_log_file("/tmp/hal_log");
/* Prevent from running HAL twice - this will likely freeze the system */
if(hal_check_running())
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment