| ... | ... |
@@ -128,9 +128,9 @@ int workend(mcomm *c) |
| 128 | 128 |
if(moption.commpass && !c->authchk){
|
| 129 | 129 |
m = "password: \x1b]E"; |
| 130 | 130 |
}else{
|
| 131 |
- m = "> "; |
|
| 131 |
+ m = "\n> "; |
|
| 132 | 132 |
if(c->logover && strcmp("dsync", c->parse[0][0])){
|
| 133 |
- if(cprintf(0, c, "[error] Log lost: %d line\n", c->logover) == 0){
|
|
| 133 |
+ if(cprintf(0, c, "[error] Log lost: %d lines\n", c->logover) == 0){
|
|
| 134 | 134 |
c->logover = 0; |
| 135 | 135 |
} |
| 136 | 136 |
} |