mirror of
https://github.com/owntracks/recorder.git
synced 2026-08-23 11:26:16 +00:00
[FIX]: show prefix as unset when it is
This commit is contained in:
+2
-1
@@ -1948,7 +1948,8 @@ int main(int argc, char **argv)
|
||||
exit(2);
|
||||
}
|
||||
#ifdef WITH_SHARES
|
||||
olog(LOG_INFO, "HTTP prefix is %s", ud->http_prefix);
|
||||
olog(LOG_INFO, "HTTP prefix is %s",
|
||||
ud->http_prefix ? ud->http_prefix : "unset");
|
||||
# endif /* WITH_SHARES */
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user