summaryrefslogtreecommitdiff
path: root/perc
diff options
context:
space:
mode:
Diffstat (limited to 'perc')
-rwxr-xr-x[-rw-r--r--]perc4
1 files changed, 3 insertions, 1 deletions
diff --git a/perc b/perc
index b3b8d6b..0f8bdc5 100644..100755
--- a/perc
+++ b/perc
@@ -318,7 +318,9 @@ def addEvent(name, start, finish, format="{name} %Y"):
sys.exit(1)
if name in CONFIG["CUSTOM_EVENTS"]:
- print "Removing existing event with same name"
+ print "Replaced existing event with new info"
+ else:
+ print "Event added: '%s'" % name
event = {
"start": start.strftime("%Y-%m-%d %H:%M"),