diff options
| author | BossCode45 <human.cyborg42@gmail.com> | 2022-09-13 14:25:21 +1200 |
|---|---|---|
| committer | BossCode45 <human.cyborg42@gmail.com> | 2022-09-13 14:25:21 +1200 |
| commit | 598f8cc9e8d7acc2adb1671adc591c3ad7008712 (patch) | |
| tree | 0992f98f9f2b9196bb8b0a9d1e13a78ec63ed96b /main.cpp | |
| parent | 8cea9df3b45e16ee122e899c08dccfc58a60f17c (diff) | |
| download | YATwm-598f8cc9e8d7acc2adb1671adc591c3ad7008712.tar.gz YATwm-598f8cc9e8d7acc2adb1671adc591c3ad7008712.zip | |
Log file variable
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -609,7 +609,7 @@ int main(int argc, char** argv) dpy = XOpenDisplay(nullptr); root = Window(DefaultRootWindow(dpy)); - yatlog.open("/tmp/yatlog.txt", std::ios_base::app); + yatlog.open(logFile, std::ios_base::app); auto timeUnformatted = std::chrono::system_clock::now(); std::time_t time = std::chrono::system_clock::to_time_t(timeUnformatted); |
