Fossil SCM
Improve an error message.
Commit
1f97db779dba63235d3b978e85f5c0007521f0ea05685facda2ec42879f2f29e
Parent
040a7d45037f080…
1 file changed
+1
-1
+1
-1
| --- src/fossil.page.chat.js | ||
| +++ src/fossil.page.chat.js | ||
| @@ -2602,11 +2602,11 @@ | ||
| 2602 | 2602 | APIs may try and succeed at connections before this timer |
| 2603 | 2603 | resolves, in which case they'll clear this timeout and the |
| 2604 | 2604 | UI message about the outage. */ |
| 2605 | 2605 | const delay = Chat.timer.incrDelay(); |
| 2606 | 2606 | //console.warn("afterPollFetch Chat.e.eMsgPollError",Chat.e.eMsgPollError); |
| 2607 | - const msg = "Connection error. Retrying in "+delay+ " ms."; | |
| 2607 | + const msg = "Poller connection error. Retrying in "+delay+ " ms."; | |
| 2608 | 2608 | if( Chat.e.eMsgPollError ){ |
| 2609 | 2609 | /* Update the error message on the current error MessageWidget */ |
| 2610 | 2610 | Chat.e.eMsgPollError.e.content.innerText = msg; |
| 2611 | 2611 | }else { |
| 2612 | 2612 | /* Set current (new) error MessageWidget */ |
| 2613 | 2613 |
| --- src/fossil.page.chat.js | |
| +++ src/fossil.page.chat.js | |
| @@ -2602,11 +2602,11 @@ | |
| 2602 | APIs may try and succeed at connections before this timer |
| 2603 | resolves, in which case they'll clear this timeout and the |
| 2604 | UI message about the outage. */ |
| 2605 | const delay = Chat.timer.incrDelay(); |
| 2606 | //console.warn("afterPollFetch Chat.e.eMsgPollError",Chat.e.eMsgPollError); |
| 2607 | const msg = "Connection error. Retrying in "+delay+ " ms."; |
| 2608 | if( Chat.e.eMsgPollError ){ |
| 2609 | /* Update the error message on the current error MessageWidget */ |
| 2610 | Chat.e.eMsgPollError.e.content.innerText = msg; |
| 2611 | }else { |
| 2612 | /* Set current (new) error MessageWidget */ |
| 2613 |
| --- src/fossil.page.chat.js | |
| +++ src/fossil.page.chat.js | |
| @@ -2602,11 +2602,11 @@ | |
| 2602 | APIs may try and succeed at connections before this timer |
| 2603 | resolves, in which case they'll clear this timeout and the |
| 2604 | UI message about the outage. */ |
| 2605 | const delay = Chat.timer.incrDelay(); |
| 2606 | //console.warn("afterPollFetch Chat.e.eMsgPollError",Chat.e.eMsgPollError); |
| 2607 | const msg = "Poller connection error. Retrying in "+delay+ " ms."; |
| 2608 | if( Chat.e.eMsgPollError ){ |
| 2609 | /* Update the error message on the current error MessageWidget */ |
| 2610 | Chat.e.eMsgPollError.e.content.innerText = msg; |
| 2611 | }else { |
| 2612 | /* Set current (new) error MessageWidget */ |
| 2613 |