Commit dd5eee8778d7249c60e67dac1e4e0ec967670321

Authored by Marcelo Linhares Castro
1 parent f632ec1c

Ajustando UTF-8

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
rn/MdEstatisticasAgendamentoRN.php
@@ -21,7 +21,7 @@ class MdEstatisticasAgendamentoRN extends InfraRN @@ -21,7 +21,7 @@ class MdEstatisticasAgendamentoRN extends InfraRN
21 21
22 $this->gravarLog('Autenticar no WebService'); 22 $this->gravarLog('Autenticar no WebService');
23 if (!$enviar->autenticar()) { 23 if (!$enviar->autenticar()) {
24 - throw new InfraException('Problemas com a autenticação.'); 24 + throw new InfraException('Problemas com a autenticação.');
25 } 25 }
26 26
27 $this->gravarLog('Autenticado. Coletando indicadores'); 27 $this->gravarLog('Autenticado. Coletando indicadores');
@@ -41,7 +41,7 @@ class MdEstatisticasAgendamentoRN extends InfraRN @@ -41,7 +41,7 @@ class MdEstatisticasAgendamentoRN extends InfraRN
41 41
42 $this->gravarLog('Indicadores recebidos. Coletar indicadores do tipo lista'); 42 $this->gravarLog('Indicadores recebidos. Coletar indicadores do tipo lista');
43 43
44 - $this->gravarLog('Obter a data do último envio das quantidades de acessos '); 44 + $this->gravarLog('Obter a data do último envio das quantidades de acessos ');
45 $data = $enviar->obterUltimoAcesso(); 45 $data = $enviar->obterUltimoAcesso();
46 $this->gravarLog('Ultima data das quantidades de acessos: ' . $data . '. Coletar quantidade de acessos'); 46 $this->gravarLog('Ultima data das quantidades de acessos: ' . $data . '. Coletar quantidade de acessos');
47 47
@@ -54,7 +54,7 @@ class MdEstatisticasAgendamentoRN extends InfraRN @@ -54,7 +54,7 @@ class MdEstatisticasAgendamentoRN extends InfraRN
54 $this->gravarLog('Coletado. Enviar: '); 54 $this->gravarLog('Coletado. Enviar: ');
55 $enviar->enviarVelocidades($velocidades, $id); 55 $enviar->enviarVelocidades($velocidades, $id);
56 56
57 - $this->gravarLog('Enviado. Coletar os sistemas operacionais dos usuários: '); 57 + $this->gravarLog('Enviado. Coletar os sistemas operacionais dos usuários: ');
58 $sistemasOperacionaisUsuarios = $coletor->obterSistemasOperacionaisUsuarios(); 58 $sistemasOperacionaisUsuarios = $coletor->obterSistemasOperacionaisUsuarios();
59 $this->gravarLog('Coletado. Enviar: '); 59 $this->gravarLog('Coletado. Enviar: ');
60 $enviar->enviarSistemasUsuarios($sistemasOperacionaisUsuarios, $id); 60 $enviar->enviarSistemasUsuarios($sistemasOperacionaisUsuarios, $id);
@@ -84,7 +84,7 @@ class MdEstatisticasAgendamentoRN extends InfraRN @@ -84,7 +84,7 @@ class MdEstatisticasAgendamentoRN extends InfraRN
84 InfraDebug::getInstance()->setBolLigado(false); 84 InfraDebug::getInstance()->setBolLigado(false);
85 InfraDebug::getInstance()->setBolDebugInfra(false); 85 InfraDebug::getInstance()->setBolDebugInfra(false);
86 InfraDebug::getInstance()->setBolEcho(false); 86 InfraDebug::getInstance()->setBolEcho(false);
87 - throw new InfraException('Erro processando estatísticas do sistema.', $e); 87 + throw new InfraException('Erro processando estatísticas do sistema.', $e);
88 } 88 }
89 89
90 } 90 }