diff options
author | Roger Dingledine <arma@torproject.org> | 2006-10-23 05:51:46 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-10-23 05:51:46 +0000 |
commit | 2a1c2947172998278e38050f17ad4857079e17e7 (patch) | |
tree | a182e4ac1be32a0b553ba6a624b933ab20195343 /src/or/control.c | |
parent | c804eea39dd91cdbeacba5698adafc0295a949bb (diff) | |
download | tor-2a1c2947172998278e38050f17ad4857079e17e7.tar.gz tor-2a1c2947172998278e38050f17ad4857079e17e7.zip |
implement a few status events, so we can make sure they work,
and so vidalia can start handling them if it wants.
svn:r8802
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c index 502c38a6c0..8d099ffc87 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -2420,7 +2420,7 @@ handle_control_usefeature(control_connection_t *conn, /* remove this in 0.1.2.4; EXTENDED_FORMAT only ever worked for a * little while during 0.1.2.2-alpha-dev. */ log_warn(LD_GENERAL, - "EXTENDED_FORMAT is deprecated; use EXTENDED_EVENTS instead."); + "EXTENDED_FORMAT is deprecated; use EXTENDED_EVENTS instead."); extended_events = 1; } else { connection_printf_to_buf(conn, "552 Unrecognized feature \"%s\"\r\n", |