From d7c0a731f4bd976d3226f6ea846df019d29c4df1 Mon Sep 17 00:00:00 2001 From: dingusdev Date: Wed, 26 Feb 2020 21:43:19 -0700 Subject: [PATCH] Found a message I missed. --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 0c5fc32..68e120f 100644 --- a/main.cpp +++ b/main.cpp @@ -171,7 +171,7 @@ int main(int argc, char **argv) heathrow = new HeathrowIC(); mpc106->pci_register_device(16, heathrow); - cout << "done" << endl; + LOG_F(INFO, "Initialization complete. \n"); } break; default: