You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/10/25 10:32:56 UTC

[GitHub] [shardingsphere] yittg opened a new pull request #13261: Remove uneven trailing and leading spaces in hex dump log

yittg opened a new pull request #13261:
URL: https://github.com/apache/shardingsphere/pull/13261


   Before:
   ```
   Write to client 638a1ebe : 
             +-------------------------------------------------+
            |  0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f |
   +--------+-------------------------------------------------+----------------+
   |00000000| 05 00 00 09 fe 00 00 02 00                      |.........       |
   +--------+-------------------------------------------------+----------------+
   ```
   
   After:
   ```
   Write to client 638a1ebe :
            +-------------------------------------------------+
            |  0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f |
   +--------+-------------------------------------------------+----------------+
   |00000000| 05 00 00 09 fe 00 00 02 00                      |.........       |
   +--------+-------------------------------------------------+----------------+
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] terrymanu merged pull request #13261: Remove uneven trailing and leading spaces in hex dump log

Posted by GitBox <gi...@apache.org>.
terrymanu merged pull request #13261:
URL: https://github.com/apache/shardingsphere/pull/13261


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org