Revision 24683dda snf-cyclades-app/synnefo/logic/management/commands/reconcile.py

b/snf-cyclades-app/synnefo/logic/management/commands/reconcile.py
170 170

  
171 171
            unsynced_nics = reconciliation.unsynced_nics(DBNics, GNics)
172 172
            if len(unsynced_nics) > 0:
173
                print >> sys.stderr, "The nics of servers with the folloing ID's "\
173
                print >> sys.stderr, "The NICs of servers with the folloing IDs "\
174 174
                                     "are unsynced:"
175 175
                for id, nics in unsynced_nics.items():
176 176
                    print ''.ljust(2) + '%6d:' % id

Also available in: Unified diff