diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c index ce78d818e29..bb068943b4a 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3292,8 +3292,7 @@ usage: (make-network-process &rest ARGS) */) | |||
| 3292 | { | 3292 | { |
| 3293 | if (!NILP (host)) | 3293 | if (!NILP (host)) |
| 3294 | { | 3294 | { |
| 3295 | message (":family local ignores the :host \"%s\" property", | 3295 | message (":family local ignores the :host property"); |
| 3296 | SDATA (host)); | ||
| 3297 | contact = Fplist_put (contact, QChost, Qnil); | 3296 | contact = Fplist_put (contact, QChost, Qnil); |
| 3298 | host = Qnil; | 3297 | host = Qnil; |
| 3299 | } | 3298 | } |