From 4614452f193be7717a890d756b8eb203324e9df3 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Tue, 21 Apr 2026 20:01:48 +0200 Subject: [PATCH] Info message to stdout, not stderr --- src/spicelib/analysis/dcpss.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spicelib/analysis/dcpss.c b/src/spicelib/analysis/dcpss.c index 57456638b..65daab4b5 100644 --- a/src/spicelib/analysis/dcpss.c +++ b/src/spicelib/analysis/dcpss.c @@ -799,8 +799,8 @@ DCpss(CKTcircuit *ckt, gf_history [shooting_cycle_counter] = ckt->CKTguessedFreq ; shooting_cycle_counter++ ; - fprintf (stderr, "Updated guessed frequency: %1.10lg .\n", ckt->CKTguessedFreq) ; - fprintf (stderr, "Next shooting evaluation time is %1.10g and current time is %1.10g.\n", + fprintf (stdout, "Updated guessed frequency: %1.10lg .\n", ckt->CKTguessedFreq) ; + fprintf (stdout, "Next shooting evaluation time is %1.10g and current time is %1.10g.\n", time_temp + 1 / ckt->CKTguessedFreq, ckt->CKTtime) ; /* Restore maximum and minimum error for next search */