diff --git a/src/xspice/evt/evtload.c b/src/xspice/evt/evtload.c index 4536d5b65..903e5f2b4 100644 --- a/src/xspice/evt/evtload.c +++ b/src/xspice/evt/evtload.c @@ -523,7 +523,7 @@ static void EVTprocess_output( return; if(delay <= 0.0) { printf("\nERROR - Output delay <= 0 not allowed - output ignored!\n"); - printf(" Instance: %s\nNode: %s\nTime: %f \n", + printf(" Instance: %s\n Node: %s\n Time: %f \n", g_mif_info.instance->MIFname, node_table[node_index]->name, g_mif_info.ckt->CKTtime); return; }