summaryrefslogtreecommitdiffstats
path: root/src/server/StartupTasks.cs
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-04-21 22:56:56 +0200
committerivarlovlie <git@ivarlovlie.no>2022-04-21 22:56:56 +0200
commit2f975c41933731d81e570029fb59457399ec6d0d (patch)
tree9c1ab1bfcf50472cf14f83fd79d6e637d99725eb /src/server/StartupTasks.cs
parent1d482a4ec2cf24dbe7cc6cb02e192e1b9545f796 (diff)
downloadbookmark-thing-2f975c41933731d81e570029fb59457399ec6d0d.tar.xz
bookmark-thing-2f975c41933731d81e570029fb59457399ec6d0d.zip
.
Diffstat (limited to 'src/server/StartupTasks.cs')
-rw-r--r--src/server/StartupTasks.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/StartupTasks.cs b/src/server/StartupTasks.cs
index ba5ebcc..8eafd8f 100644
--- a/src/server/StartupTasks.cs
+++ b/src/server/StartupTasks.cs
@@ -23,7 +23,7 @@ public static class StartupTasks
}
Directory.CreateDirectory(path!);
- Console.WriteLine("EnsuredCreated: " + path);
+ Console.WriteLine("Created new directory: " + path);
}
}
}