From 2e8bd0cea62913254f007b5275662f2c3c5d8376 Mon Sep 17 00:00:00 2001 From: Vogt Date: Thu, 1 Aug 2024 13:28:08 +0200 Subject: [PATCH] Note directed to stdout --- src/spicelib/analysis/cktsetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/analysis/cktsetup.c b/src/spicelib/analysis/cktsetup.c index d858fca55..b5045c99d 100644 --- a/src/spicelib/analysis/cktsetup.c +++ b/src/spicelib/analysis/cktsetup.c @@ -182,7 +182,7 @@ CKTsetup(CKTcircuit *ckt) #endif } else { - fprintf (stderr, "Using SPARSE 1.3 as Direct Linear Solver\n") ; + fprintf (stdout, "Using SPARSE 1.3 as Direct Linear Solver\n") ; } #endif