cloud-setup: debug log when URL is mocked

This commit is contained in:
Thomas Haller 2023-05-16 14:31:03 +02:00
parent 4ef944d504
commit bc836c3991
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -108,6 +108,13 @@ again:
\
if (!g_atomic_pointer_compare_and_exchange(&base_cached, NULL, base)) \
goto again; \
\
if (!nm_streq(base, ("" default_host ""))) { \
_LOGD("test: mock %s=\"%s\" (default \"%s\")", \
"" nmcs_env_host "", \
base, \
"" default_host ""); \
} \
} \
\
return base; \