diff options
Diffstat (limited to 'src/lib/nsas/nsas_log.h')
-rw-r--r-- | src/lib/nsas/nsas_log.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/nsas/nsas_log.h b/src/lib/nsas/nsas_log.h index 031f46dcb5..d4fed3c577 100644 --- a/src/lib/nsas/nsas_log.h +++ b/src/lib/nsas/nsas_log.h @@ -12,8 +12,8 @@ // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // PERFORMANCE OF THIS SOFTWARE. -#ifndef __NSAS_LOG__H -#define __NSAS_LOG__H +#ifndef NSAS_LOG_H +#define NSAS_LOG_H #include <log/macros.h> #include "nsas_messages.h" @@ -50,4 +50,4 @@ extern isc::log::Logger nsas_logger; // isc::nsas::logger is the NSAS logger } // namespace nsas } // namespace isc -#endif // __NSAS_LOG__H +#endif // NSAS_LOG_H |