From 00394f239e79cbfe0af36eb11c02290ac76e56e2 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 22 Aug 2024 17:50:02 +0800 Subject: [PATCH] move api to modules --- booster/testcase/logger.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/booster/testcase/logger.c b/booster/testcase/logger.c index e6ee293..86c2414 100644 --- a/booster/testcase/logger.c +++ b/booster/testcase/logger.c @@ -2,8 +2,8 @@ * Copyright: (C) 2012 Guo Wenxue <guowenxue@gmail.com> * All rights reserved. * - * Filename: test_logger.c - * Description: This is the linux logger system test code. + * Filename: logger.c + * Description: This is the logger system test code. * * Version: 1.0.0(08/08/2012~) * Author: Guo Wenxue <guowenxue@gmail.com> -- Gitblit v1.9.1