Commit 6cb9bf6
authored
Only output prime information to $stderr if $VERBOSE (#88)
This is currently done even in non-$VERBOSE mode. My guess as to
the reason it is done is to give the user the impression that the
server is doing something and not frozen, but I still think there
should be a way to disable it. If the $VERBOSE flag isn't a good
way to do that, let's offer some other way to do that.1 parent e457003 commit 6cb9bf6
1 file changed
+16
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
110 | 114 | | |
111 | 115 | | |
112 | 116 | | |
| |||
0 commit comments