mirror of
https://github.com/TurboGit/hubicfuse.git
synced 2026-08-02 02:42:00 +02:00
Message at startup only in debug mode.
This commit is contained in:
+3
-1
@@ -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] = "";
|
||||
|
||||
Reference in New Issue
Block a user