Merge branch 'ent-6146-10181-cambio-en-el-plugin-de-kafka' into 'develop'
Ent 6146 10181 cambio en el plugin de kafka See merge request artica/pandorafms!3824
This commit is contained in:
commit
28efbe3a27
|
@ -959,7 +959,7 @@ sub print_error {
|
||||||
if (is_enabled($conf->{'as_server_plugin'})) {
|
if (is_enabled($conf->{'as_server_plugin'})) {
|
||||||
print STDERR $msg . "\n";
|
print STDERR $msg . "\n";
|
||||||
print $value . "\n";
|
print $value . "\n";
|
||||||
exit 1;
|
exit 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
print_module($conf, {
|
print_module($conf, {
|
||||||
|
@ -968,7 +968,7 @@ sub print_error {
|
||||||
value => $value,
|
value => $value,
|
||||||
desc => $msg,
|
desc => $msg,
|
||||||
});
|
});
|
||||||
exit 1;
|
exit 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
Loading…
Reference in New Issue