Better indentation of message

This commit is contained in:
Holger Vogt 2019-10-04 15:25:00 +02:00
parent 0575481206
commit 2f396187fa
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}