Show extension dir in version output too.
authorDaniel Carl <danielcarl@gmx.de>
Tue, 20 Jun 2017 09:14:04 +0000 (11:14 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Wed, 21 Jun 2017 08:31:39 +0000 (10:31 +0200)
Hope this helps to identify compilation issues in the future where the
webextension is not found.

src/main.c

index fe7d22f..ef66ef3 100644 (file)
@@ -1800,6 +1800,8 @@ int main(int argc, char* argv[])
                 soup_get_major_version(),
                 soup_get_minor_version(),
                 soup_get_micro_version());
+        printf("Extension dir:   %s\n",
+                EXTENSIONDIR);
 
         return EXIT_SUCCESS;
     }