summaryrefslogtreecommitdiffstats
path: root/parsers/logbooks.py
diff options
context:
space:
mode:
Diffstat (limited to 'parsers/logbooks.py')
-rw-r--r--parsers/logbooks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py
index cecbdb3..2d1875a 100644
--- a/parsers/logbooks.py
+++ b/parsers/logbooks.py
@@ -78,7 +78,7 @@ def EnterLogIntoDbase(date, place, title, text, trippeople, expedition, logtime_
""" saves a logbook entry and related persontrips """
trippersons, author = GetTripPersons(trippeople, expedition, logtime_underground)
if not author:
- print(" - Skipping logentry: " + title + " no author for entry")
+ print(" - Skipping logentry: " + title + " - no author for entry")
return
#tripCave = GetTripCave(place)