Skip to content

Commit 4b1b11c

Browse files
authored
fix file name (UBC-Thunderbots#3695)
1 parent 657a239 commit 4b1b11c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/software/embedded/thunderloop.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ class Thunderloop
161161
// Timeout after a failed ping request
162162
const int PING_RETRY_DELAY_S = 1;
163163

164-
const std::string PATH_TO_RINGBUFFER_LOG = "/var/log/dmesg";
164+
const std::string PATH_TO_RINGBUFFER_LOG = "/usr/bin/dmesg";
165165

166166
std::ifstream log_file = std::ifstream(PATH_TO_RINGBUFFER_LOG);
167167
};

0 commit comments

Comments
 (0)