summaryrefslogtreecommitdiff
path: root/src/main.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-19 05:08:19 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-19 05:08:19 +0200
commitb076314018e4b53d745823754a26eb6fb73a2801 (patch)
treea834cd64830068f988fda00b25578578ee096363 /src/main.vala
parentb67c4ba420286470899a63ff8b2fbbfdc17d082c (diff)
New upstream version 0.24.1upstream/0.24.1
Diffstat (limited to 'src/main.vala')
-rw-r--r--src/main.vala3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.vala b/src/main.vala
index 2df29ed..bbd3317 100644
--- a/src/main.vala
+++ b/src/main.vala
@@ -385,6 +385,9 @@ void main(string[] args) {
message("Shotwell %s %s",
is_string_empty(filename) ? Resources.APP_LIBRARY_ROLE : Resources.APP_DIRECT_ROLE,
Resources.APP_VERSION);
+
+ debug ("Shotwell is running in timezone %s", new
+ DateTime.now_local().get_timezone_abbreviation ());
// Have a filename here? If so, configure ourselves for direct
// mode, otherwise, default to library mode.