Fossil SCM
Fix typo (missing space) in the new log-menu page.
Commit
bd0d4422598dfefe829490b46946d1ea2ab4161e845a4ad27f3ee5a7306def15
Parent
767509f6178b885…
1 file changed
+1
-1
+1
-1
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -250,11 +250,11 @@ | ||
| 250 | 250 | " in the CGI script at %h", |
| 251 | 251 | P("SCRIPT_FILENAME") |
| 252 | 252 | ); |
| 253 | 253 | }else{ |
| 254 | 254 | blob_appendf(&desc, |
| 255 | - " add the \"--errorlog <i>FILENAME</i>\" option to the" | |
| 255 | + " add the \"--errorlog <i>FILENAME</i>\" option to the\n" | |
| 256 | 256 | "\"%h %h\" command that launched this server.", |
| 257 | 257 | g.argv[0], g.zCmdName |
| 258 | 258 | ); |
| 259 | 259 | } |
| 260 | 260 | bErrLog = 0; |
| 261 | 261 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -250,11 +250,11 @@ | |
| 250 | " in the CGI script at %h", |
| 251 | P("SCRIPT_FILENAME") |
| 252 | ); |
| 253 | }else{ |
| 254 | blob_appendf(&desc, |
| 255 | " add the \"--errorlog <i>FILENAME</i>\" option to the" |
| 256 | "\"%h %h\" command that launched this server.", |
| 257 | g.argv[0], g.zCmdName |
| 258 | ); |
| 259 | } |
| 260 | bErrLog = 0; |
| 261 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -250,11 +250,11 @@ | |
| 250 | " in the CGI script at %h", |
| 251 | P("SCRIPT_FILENAME") |
| 252 | ); |
| 253 | }else{ |
| 254 | blob_appendf(&desc, |
| 255 | " add the \"--errorlog <i>FILENAME</i>\" option to the\n" |
| 256 | "\"%h %h\" command that launched this server.", |
| 257 | g.argv[0], g.zCmdName |
| 258 | ); |
| 259 | } |
| 260 | bErrLog = 0; |
| 261 |