peripheral changes for ipv6 support, debug output adjustments

This commit is contained in:
Joseph Henry
2016-09-16 11:25:52 -07:00
parent 32c369fd77
commit 78a637e58c
6 changed files with 151 additions and 69 deletions

View File

@@ -472,7 +472,7 @@ void *zts_start_core_service(void *thread_id) {
}
}
else {
fprintf(stderr, "homeDir is empty, could not construct path");
DEBUG_ERROR(stderr, "homeDir is empty, could not construct path");
return NULL;
}