aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-16 16:33:03 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-16 16:33:03 +0100
commitd51448ba0891681e0f09954379e31d1c21dde893 (patch)
treeef877fba275b2c84056d4609e535a2fad1c40fda /src/topology
parentc2b690640ef819f38429e50e65ed1889fd959e44 (diff)
downloadgnunet-d51448ba0891681e0f09954379e31d1c21dde893.tar.gz
gnunet-d51448ba0891681e0f09954379e31d1c21dde893.zip
add logging
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/friends.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/topology/friends.c b/src/topology/friends.c
index 4278e1266..f23724444 100644
--- a/src/topology/friends.c
+++ b/src/topology/friends.c
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17