diff --git a/src/komodo_events.h b/src/komodo_events.h index 226f4fbde..0ee3aa1f3 100644 --- a/src/komodo_events.h +++ b/src/komodo_events.h @@ -42,7 +42,7 @@ void komodo_eventadd_notarized(struct komodo_state *sp,char *symbol,int32_t heig if ( komodo_verifynotarization(symbol,dest,height,notarizedheight,notarized_hash,notarized_desttxid) != 0 ) { if ( height > 50000 ) - printf("[%s] error validating notarization ht.%d notarized_height.%d\n",ASSETCHAINS_SYMBOL,height,notarizedheight); + printf("[%s] error validating notarization ht.%d notarized_height.%d, if on a pruned %s node this can be ignored\n",ASSETCHAINS_SYMBOL,height,notarizedheight,dest); } else {