]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Class1: Fix error message
authorAidan Van Dyk <aidan@ifax.com>
Wed, 26 Sep 2007 12:57:40 +0000 (12:57 +0000)
committerAidan Van Dyk <aidan@ifax.com>
Wed, 26 Sep 2007 12:57:40 +0000 (12:57 +0000)
From Lee:
| commit 68d12dc7f4abf3e0618bf448948a8bfdf24cc8fb
| Author: Lee Howard <faxguy@howardsilvan.com>
| Date:   Thu Aug 23 01:43:14 2007 +0000
|
|   s/sender/receiver/

faxd/Class1Send.c++

index 17eab047a9d61fa33732655cd4b1d906f50fb06d..8e9f46484c9d5d2aef112295448e784fb2764982 100644 (file)
@@ -849,7 +849,7 @@ Class1Modem::sendTraining(Class2Params& params, int tries, Status& eresult)
                         * through.
                         */
                        if (curcap->mod == V17 && attempt == 1 && tries == 3) hadV17Trouble = true;
-                       eresult = Status(103, "RSPREC error/got DCN (sender abort)");
+                       eresult = Status(103, "RSPREC error/got DCN (receiver abort)");
                    } else
                        eresult = Status(104, "RSPREC invalid response received");
                    goto done;