Commit 5b7780a2b03ba62f715f0a24d063743644e7742c
1 parent
73f636a4
Exists in
master
and in
1 other branch
alterando debug
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/Cacic/WSBundle/Controller/MapaController.php
... | ... | @@ -46,7 +46,7 @@ class MapaController extends Controller { |
46 | 46 | $rede = $this->getDoctrine()->getRepository('CacicCommonBundle:Rede')->getDadosRedePreColeta( $ip_computador, $netmask ); |
47 | 47 | $computador = $this->getDoctrine()->getRepository('CacicCommonBundle:Computador')->getComputadorPreCole( $request, $request->get( 'te_so' ),$te_node_address, $rede, $so, $ip_computador ); |
48 | 48 | $idComputador = $computador->getIdComputador(); |
49 | - $logger->debug("Teste de Conexão MAPA ! Ip do computador: $ip_computador Máscara da rede: $netmask MAC Address: $te_node_address ID Computador: $idComputador"); | |
49 | + $logger->debug("Teste de Conexão GET-MAPA ! Ip do computador: $ip_computador Máscara da rede: $netmask MAC Address: $te_node_address ID Computador: $idComputador"); | |
50 | 50 | |
51 | 51 | $em = $this->getDoctrine()->getManager(); |
52 | 52 | ... | ... |