Skip to content

Commit

Permalink
add output of output-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Pxtl committed Nov 17, 2023
1 parent 784118c commit 07c524d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Snow/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ private static void Main(string[] args)
File.Copy(source, destination, true);
}

Console.WriteLine("Sandra.Snow : " + DateTime.Now.ToString("HH:mm:ss") + " : Finish processing");
Console.WriteLine($"Sandra.Snow : { DateTime.Now.ToString("HH:mm:ss") } : Finish processing (output dir: { Path.GetFullPath(settings.PostsOutput) })");

if (commands.ContainsKey("server"))
{
Expand Down

0 comments on commit 07c524d

Please sign in to comment.