2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-14 10:20:31 +00:00

Fix xCAT probe rpm install failed problem (#1891)

This commit is contained in:
Weihua Hu
2016-09-25 10:40:21 +08:00
committed by yangsong
parent 81de9dac66
commit 60dc2bf31d
2 changed files with 2 additions and 2 deletions

View File

@ -462,7 +462,7 @@ sub obtain_valid_log_start_point {
%log_content
$log_content{time} : the timestamp of log, the format is epoch_seconds
$log_content{sender} : the sender of log
$log_content{label} : the label of log, such as $::LOGLABEL_DHCPD, $::LOGLABEL_TFTP.... refer to "probe_golbal_constant" for all kinds vaild labels
$log_content{label} : the label of log, such as $::LOGLABEL_DHCPD, $::LOGLABEL_TFTP.... refer to "probe_global_constant" for all kinds vaild labels
$log_content{msg} : the main message of log
=cut

View File

@ -1,6 +1,6 @@
#!/usr/bin/env perl
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
package probe_golbal_constant;
package probe_global_constant;
#The type of log
$::LOGTYPE_RSYSLOG = 0; #rsyslog