Message at startup only in debug mode.

This commit is contained in:
Pascal Obry
2015-11-30 21:49:11 +01:00
parent 668e0ac242
commit a2e4b81329
+3 -1
View File
@@ -772,7 +772,9 @@ void initialise_options()
int main(int argc, char **argv)
{
fprintf(stderr, "Starting hubicfuse on homedir %s!\n", get_home_dir());
if (debug)
fprintf(stderr, "Starting hubicfuse on homedir %s!\n", get_home_dir());
signal(SIGINT, interrupt_handler);
char settings_filename[MAX_PATH_SIZE] = "";