summaryrefslogtreecommitdiffstats
path: root/src/log.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-11-15 17:45:01 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-11-15 17:45:01 +0100
commit5b6343f51a0913400c15392389668a019727a9a1 (patch)
treef611c044f47497d7cdc62617e9aa2b8005ebcd27 /src/log.h
parent89bf354b9175794972733c0940adceb225a88728 (diff)
downloadfastd-5b6343f51a0913400c15392389668a019727a9a1.tar
fastd-5b6343f51a0913400c15392389668a019727a9a1.zip
Revert "Use peer specifier from log instead of the peer name for the status output"
This reverts commit be929dbe2dffa82ca1f91538f56a1bb0490000bd.
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/log.h b/src/log.h
index 31d1c8c..5fce09f 100644
--- a/src/log.h
+++ b/src/log.h
@@ -54,7 +54,6 @@ typedef enum fastd_loglevel {
size_t fastd_snprint_peer_address(char *buffer, size_t size, const fastd_peer_address_t *address, const char *iface, bool bind_address, bool hide);
-size_t fastd_snprint_peer_str(char *buffer, size_t size, const fastd_peer_t *peer);
void fastd_logf(const fastd_loglevel_t level, const char *format, ...);