diff --git a/src/komodo_utils.h b/src/komodo_utils.h index 0d387b41f..556152f76 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -1882,7 +1882,7 @@ void komodo_args(char *argv0) if ( ASSETCHAINS_SCRIPTPUB.size() > 1 ) { extralen += iguana_rwnum(1,&extraptr[extralen],(int32_t)ASSETCHAINS_SCRIPTPUB.size(),(void *)ASSETCHAINS_SCRIPTPUB.c_str()); - fprintf(stderr,"append ac_script\n"); + fprintf(stderr,"append ac_script %s\n",ASSETCHAINS_SCRIPTPUB.c_str()); } }