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__); } }