Skip to content

Commit b415864

Browse files
author
Aaron Roller
authored
Merge pull request #27 from AutoModality/AM-172/var-logs
Am 172/var logs
2 parents 04a013d + 9b310e2 commit b415864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/vb_util_lib/bag_logger.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include <ros/ros.h>
2121
#include <rosbag/bag.h>
2222

23-
#define DEFAULT_BAG_DIR "/var/log/amros"
23+
#define DEFAULT_BAG_DIR "/var/log/amros/"
2424
#define DEFAULT_MEDIA_DIR "/media/amros"
2525

2626
#define LOG_MSG(topic, msg, level) { LOG_MSG_STAMP(topic, msg, ros::Time::now(), level) }

0 commit comments

Comments
 (0)