diff options
-rw-r--r-- | modules.c | 1 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 5 insertions, 2 deletions
@@ -1787,7 +1787,6 @@ int moduleAddData(ModuleData * md[], char *key, char *value) **/ for (itemCurrent = lastHash->di; itemCurrent; itemCurrent = itemCurrent->next) { - alog("key: [%s] itemKey: [%s]", key, itemCurrent->key); if (strcasecmp(itemCurrent->key, key) == 0) { item = itemCurrent; } diff --git a/version.log b/version.log index f6773c76f..cfcaa5e7f 100644 --- a/version.log +++ b/version.log @@ -8,11 +8,15 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="2" -VERSION_BUILD="81" +VERSION_BUILD="82" VERSION_EXTRA="" # $Log$ # +# BUILD : 1.7.2 (82) +# BUGS : N/A +# NOTES : Removed an old debug log +# # BUILD : 1.7.2 (81) # BUGS : N/A # NOTES : Always set the correct module name when executing module functions |