diff options
author | Roger Dingledine <arma@torproject.org> | 2007-03-09 08:56:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-03-09 08:56:39 +0000 |
commit | fe94914b98725127a644b2a9718b15dbda72d5a9 (patch) | |
tree | 0f6ef0b75add2c5a892b5559ad7125c1b8200015 /ChangeLog | |
parent | e5eba1c95d38a8b0cf7d9160fc9fc34da3bbdb79 (diff) | |
download | tor-fe94914b98725127a644b2a9718b15dbda72d5a9.tar.gz tor-fe94914b98725127a644b2a9718b15dbda72d5a9.zip |
Put a platform string (e.g. "Linux i686") in the startup log
message, so when people paste just their logs, we know if it's
openbsd or windows or what.
svn:r9775
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ Changes in version 0.2.0.1-alpha - 2007-??-?? o Minor features (logging): - Always prepend "Bug: " to any log message about a bug. + - Put a platform string (e.g. "Linux i686") in the startup log + message, so when people paste just their logs, we know if it's + openbsd or windows or what. o Minor features (other): - More unit tests. |