This commit is contained in:
Dennis Heimbigner 2023-04-27 17:27:11 -06:00
parent 1cf6e3743b
commit 4bc1f1f3a3

View File

@ -509,7 +509,8 @@ makes3fullpath(const char* rooturl, const char* bucket, const char* prefix, cons
{
int stat = NC_NOERR;
fprintf(stderr,"@@@ makes3fullpath: rooturl=|%.10s|\n",rooturl);
fprintf(stderr,"@@@ makes3fullpath: rooturl=%p\n",rooturl);
fprintf(stderr,"@@@ makes3fullpath: rooturl[0]=%d\n",(int)rooturl[0]);
assert(url != NULL);
assert(rooturl != NULL);