Skip to content

Commit

Permalink
cheeky logs
Browse files Browse the repository at this point in the history
  • Loading branch information
BlenMiner committed Nov 27, 2023
1 parent c5be460 commit 77205d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 3d-pixels-server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ static async void DoMain(string[] args)

var dbPath = Path.Combine(dataPath, "pixels.sqlite");

Console.WriteLine($"Creating database connection at:\n{dbPath}");
Console.WriteLine($"Creating database connection at:");
var sqliteConnection = new SqliteConnection($"Data Source={dbPath}");
Console.WriteLine($"{dbPath}");

try
{
Expand Down

0 comments on commit 77205d2

Please sign in to comment.