From 6e926f9b2fe17f030c17feb1a7f303302e95c3fa Mon Sep 17 00:00:00 2001 From: steffen Date: Wed, 10 Mar 2021 13:58:07 +0000 Subject: [PATCH] forgot to supply parameters --- server/locomotive.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/locomotive.cc b/server/locomotive.cc index f3e0ace..ea2bdfa 100644 --- a/server/locomotive.cc +++ b/server/locomotive.cc @@ -657,7 +657,7 @@ int Locomotives::Loop() { } else { // in here we need to put code for scheduled ways. ? - printf ("%s:%d scheduled ways: not even started to work on this.\n"); + printf ("%s:%d scheduled ways: not even started to work on this.\n", __FILE__, __LINE__); } }